Skip to content

Commit ca99773

Browse files
committed
Version 0.9.178
1 parent 0706be1 commit ca99773

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ console.log(quantumRandom());
235235
| **csrn** | def csrn | X**(1/2) | | 2 | | Controlled square root of NOT |
236236
| **ms** | def ms | ms | | 2 | theta | Mølmer-Sørensen gate |
237237
| **yy** | def yy | YY | | 2 | theta | YY gate |
238-
| **zz** | def zz | | | 2 | theta | Parametrix 2-qubit rotation about ZZ |
238+
| **zz** | def zz | | | 2 | theta | Parametric 2-qubit rotation about ZZ |
239239
| **cr2** | CPHASE(pi/2) | cu1(pi/2) | | 2 | | Controlled PI/2 rotation over Z-axis |
240240
| **cr4** | CPHASE(pi/4) | cu1(pi/4) | | 2 | | Controlled PI/4 rotation over Z-axis |
241241
| **cr8** | CPHASE(pi/8) | cu1(pi/8) | | 2 | | Controlled PI/8 rotation over Z-axis |
@@ -1484,7 +1484,7 @@ circuit.appendGate("yy", [0, 1], {
14841484

14851485
## zz
14861486

1487-
Parametrix 2-qubit rotation about ZZ
1487+
Parametric 2-qubit rotation about ZZ
14881488

14891489
**Qubits:** 2
14901490

dist/quantum-circuit.js

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.

dist/quantum-circuit.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/quantum-circuit.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quantum-circuit",
3-
"version": "0.9.177",
3+
"version": "0.9.178",
44
"description": "Quantum Circuit Simulator",
55
"main": "lib/quantum-circuit.js",
66
"unpkg": "dist/quantum-circuit.min.js",

0 commit comments

Comments
 (0)