QPUSystem¶
- class QPUSystem(name, qpus=<factory>, access_level='PUBLIC', supports_expval=False)[source]¶
Bases:
objectRepresents 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