Clbit¶
- class Clbit(register=None, index=None)[source]¶
Bases:
Bit
Implement a classical bit.
Creates a classical bit.
- প্যারামিটার
register (ClassicalRegister) -- Optional. A classical register containing the bit.
index (int) -- Optional. The index of the bit in its containing register.
- রেইজেস
CircuitError -- if the provided register is not a valid
ClassicalRegister
Attributes
- index¶
Get bit's index.
- register¶
Get bit's register.