Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dedztbh committed Nov 9, 2020
2 parents 8cd15e2 + ad99794 commit 1cf1215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Commands are case-insensitive.
You can enclose the above single-qubit gates that can run in parallel between "ParStart" and "ParEnd" commands. This can speed up the simulation a lot. Make sure you are using only above single-qubit gates and no two gates are acting on the same qubit.

##### Multi-Qubit Gates
Note: i controls j (and k, if present)
Note: Control qubit(s) followed by target qubit(s)
- CNot i j
- Swap i j
- CZ i j
Expand All @@ -125,7 +125,7 @@ Note: i controls j (and k, if present)
##### Measurement (Only works when using Tester)
- Measure n
+ "Magically" measures all qubit state n times in standard basis and print results
+ Will not change qubit state or circuit matrix
+ Will NOT change qubit state or circuit matrix
+ Not saved in circuit matrix
- MeasAll
+ Measure all qubits in standard basis and print measure result
Expand Down

0 comments on commit 1cf1215

Please sign in to comment.