Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Qubit

Qubit(register, index)

GitHub(opens in a new tab)

Implement a quantum bit.

Creates a qubit.

Parameters

  • register (QuantumRegister) – a quantum register.
  • index (int) – the index to insert the qubit

Raises

CircuitError – if the provided register is not a valid QuantumRegister


Attributes

index

Get bit’s index.

register

Get bit’s register.


Methods

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