QPU

class QPU(nickname, q_bits, status, system_kind)[source]

Bases: object

Represents a single Quantum Processing Unit (QPU).

Variables:
  • nickname – The unique name or identifier for the QPU.

  • q_bits – The number of qubits in the QPU.

  • status – The current operational status of the QPU.

  • system_kind – The type of technology the QPU uses.

Attributes Summary

Attributes Documentation

nickname: str = <dataclasses._MISSING_TYPE object>
q_bits: int = <dataclasses._MISSING_TYPE object>
status: str = <dataclasses._MISSING_TYPE object>
system_kind: str = <dataclasses._MISSING_TYPE object>