Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 589 Bytes

quantumpy

Basic quantum computing concepts implemented in Python.

Initially based on Michael Nielsen's wonderful talk at the Singularity Summit 2009.

Currently implements π/8 gate, controlled-not gate and Hadamard gate.

I may have made huge mistakes, so please let me know if you spot anything wrong.

NOTE: this is a classical simulation of a quantum system and so n qubits requires 2 ^ n complex numbers with each operation affecting every one of those complex numbers.

What's the point? I often find implementing things in Python helps me understand them (a little) better.