Skip to content

Commit 68abf02

Browse files
committed
Fixed #76
1 parent 0a84e31 commit 68abf02

5 files changed

+6
-6
lines changed

dist/quantum-circuit.js

Lines changed: 2 additions & 2 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.

lib/quantum-circuit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12437,7 +12437,7 @@ QuantumCircuit.prototype.continue = function() {
1243712437
};
1243812438

1243912439
QuantumCircuit.prototype.stateAsArray = function(onlyPossible, skipItems, blockSize) {
12440-
state = [];
12440+
var state = [];
1244112441

1244212442
var numAmplitudes = this.numAmplitudes();
1244312443

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.197",
3+
"version": "0.9.198",
44
"description": "Quantum Circuit Simulator",
55
"main": "lib/quantum-circuit.js",
66
"unpkg": "dist/quantum-circuit.min.js",

0 commit comments

Comments
 (0)