qat.lang.AQASM.bits.CRegister

class qat.lang.AQASM.bits.CRegister(offset, length=1)

Class for registers of classical bits. They should only be declared through the calloc method of the AQASM class Cbits inside a register can be accessed similarly to elements of an array (i.e using brackets and slices).