Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.circuit.Clbit

class Clbit(register, index)[소스]

Implement a classical bit.

Creates a classical bit.

매개변수
  • register (ClassicalRegister) – a classical register.

  • index (int) – the index to insert the bit

예외

CircuitError – if the provided register is not a valid ClassicalRegister

__init__(register, index)[소스]

Creates a classical bit.

매개변수
  • register (ClassicalRegister) – a classical register.

  • index (int) – the index to insert the bit

예외

CircuitError – if the provided register is not a valid ClassicalRegister

Methods

__init__(register, index)

Creates a classical bit.

Attributes

index

Get bit’s index.

register

Get bit’s register.

property index

Get bit’s index.

property register

Get bit’s register.