QPUSystem

class QPUSystem(name, qpus=<factory>, access_level='PUBLIC', supports_expval=False)[source]

Bases: object

Represents a collection of QPUs that form a quantum computing system.

Variables:
  • name – The name of the QPU system.

  • qpus – A list of QPU objects that are part of this system.

  • access_level – The access level granted to the user for this system (e.g., ‘PUBLIC’).

  • supports_expval – Whether the system supports expectation value jobs.

Attributes Summary

Attributes Documentation

access_level: str = 'PUBLIC'
name: str = <dataclasses._MISSING_TYPE object>
qpus: list[QPU] = <dataclasses._MISSING_TYPE object>
supports_expval: bool = False