Skip to content

Commit 417973e

Browse files
committed
Version 0.9.176
1 parent 99a663a commit 417973e

File tree

5 files changed

+15
-51
lines changed

5 files changed

+15
-51
lines changed

dist/quantum-circuit.js

Lines changed: 11 additions & 47 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.175",
3+
"version": "0.9.176",
44
"description": "Quantum Circuit Simulator",
55
"main": "lib/quantum-circuit.js",
66
"unpkg": "dist/quantum-circuit.min.js",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var checkImportExportQASM = function() {
6868
circ.appendGate(gateName, wires, { params: params });
6969

7070
var M1 = circ.circuitMatrix();
71-
circ.importQASM(circ.exportQASM());
71+
circ.importQASM(circ.exportToQASM({ compatibilityMode: true }));
7272
var M2 = circ.circuitMatrix();
7373

7474
it("Circuit for " + gateName + " from exportQASM should be same as original circuit", function() {

0 commit comments

Comments
 (0)