We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ba351 commit 411e6c4Copy full SHA for 411e6c4
README.md
@@ -2,6 +2,9 @@
2
3
Qusim.py is a toy multi-qubit quantum computer simulator, written in 150 lines of python
4
5
+This code makes it easy for you to see how a quantum computer computes by
6
+following the linear algebra!
7
+
8
```python
9
from QuSim import QuantumRegister
10
0 commit comments