class qiskit.circuit.Bit(register=None, index=None)
qiskit.circuit.Bit(register=None, index=None)
Bases: object
object
Implement a generic bit.
This class should not be instantiated directly. This is just a superclass for Clbit and Qubit.
Clbit
Qubit
Create a new generic bit.
© IBM Corp., 2017-2025