qiskit_iqm.iqm_provider.IQMProvider
You're reading an old version of this documentation.
If you want up-to-date information, please have a look at 11.0.
qiskit_iqm.iqm_provider.IQMProvider#
- class qiskit_iqm.iqm_provider.IQMProvider(url, settings_path, **user_auth_args)#
Bases:
object
Provider for IQM backends.
- Parameters
- Keyword Arguments
auth_server_url – URL of the user authentication server, if required by the IQM Cortex server. Can also be set in the
IQM_AUTH_SERVER
environment variable.username – Username, if required by the IQM Cortex server. Can also be set in the
IQM_AUTH_USERNAME
environment variable.password – Password, if required by the IQM Cortex server. Can also be set in the
IQM_AUTH_PASSWORD
environment variable.
Methods
An IQMBackend instance associated with this provider.
- get_backend()#
An IQMBackend instance associated with this provider.
- Return type