qiskit_pasqal_provider.providers.PasqalProvider

class PasqalProvider(remote_config=None, **options)[source]

Pasqal provider class

Defines a Pasqal provider that provides access to a backend. It can be either local or remote.

Parameters:
  • remote_config (RemoteConfig | None) – RemoteConfig instance for remote backends only. Optional.

  • **options (Any) – any other relevant optional parameters that a backend may use.

__init__(remote_config=None, **options)[source]

Defines a Pasqal provider that provides access to a backend. It can be either local or remote.

Parameters:
  • remote_config (RemoteConfig | None) – RemoteConfig instance for remote backends only. Optional.

  • **options (Any) – any other relevant optional parameters that a backend may use.

Methods

__init__([remote_config])

Defines a Pasqal provider that provides access to a backend.

get_backend(backend_name[, target])

Retrieves a backend instance from a given backend name string.

Attributes

remote_config