BenjaminCarpenter480 / Quantum-Computing-Project

0 stars 0 forks source link

Quantum register #5

Closed BenjaminCarpenter480 closed 4 years ago

BenjaminCarpenter480 commented 4 years ago

Implemented basic working QuantumRegister class

As such a very basic circuit can be created and measured but has issues for more complex structures such as the controlled, not gate due to circuit creation only working with combining square matrices that apply to a single qubit (controlled not applies to two qubits)