Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Bit

class qiskit.circuit.Bit(register=None, index=None)

GitHub

Bases: object

Implement a generic bit.

Note

This class should not be instantiated directly. This is just a superclass for Clbit and Qubit.

Create a new generic bit.

Was this page helpful?
Report a bug or request content on GitHub.