BenjaminCarpenter480 / Quantum-Computing-Project

0 stars 0 forks source link

Circuit model basic implementation #1

Closed BenjaminCarpenter480 closed 4 years ago

BenjaminCarpenter480 commented 4 years ago

Allows creation of a matrix representing a quantum circuit that uses Hadamard and Not gates. Won't work for more complex gates such as controlled not.

TODO: