CBit#

qualtran.CBit

A single classical bit. The smallest addressable unit of classical data.

Inherits From: CDType, QCDType

num_bits

 

num_cbits

Number of classical bits required to represent a single instance of this data type.

num_qubits

Number of qubits required to represent a single instance of this data type.

Methods#

__ne__

Check equality and either forward a NotImplemented or return the result negated.

__eq__

Method generated by attrs for class CBit.