qat.lang.AQASM.gates.Gate
This parent class contains very little information. Its primary function is to store information about control, dagger and other high-level gate operations. Since this class is not made to be used directly, we skip some part of its documentation
- class qat.lang.AQASM.gates.Gate(arity, matrix=None, name=None)
Mother class for all quantum gates/unitary operators. This class should never be instantiated directly.