qiskit.circuit.Clbit¶
-
class
Clbit
(register=None, index=None)[source]¶ Implement a classical bit.
Creates a classical bit.
- Parameters
register (ClassicalRegister) – Optional. A classical register containing the bit.
index (int) – Optional. The index of the bit in its containing register.
- Raises
CircuitError – if the provided register is not a valid
ClassicalRegister
-
__init__
(register=None, index=None)[source]¶ Creates a classical bit.
- Parameters
register (ClassicalRegister) – Optional. A classical register containing the bit.
index (int) – Optional. The index of the bit in its containing register.
- Raises
CircuitError – if the provided register is not a valid
ClassicalRegister
Methods
__init__
([register, index])Creates a classical bit.
Attributes
Get bit’s index.
Get bit’s register.
-
property
index
¶ Get bit’s index.
-
property
register
¶ Get bit’s register.