Skip to content

Commit

Permalink
Fixed #76
Browse files Browse the repository at this point in the history
  • Loading branch information
perak committed May 25, 2022
1 parent 0a84e31 commit 68abf02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/quantum-circuit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quantum-circuit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quantum-circuit.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/quantum-circuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -12437,7 +12437,7 @@ QuantumCircuit.prototype.continue = function() {
};

QuantumCircuit.prototype.stateAsArray = function(onlyPossible, skipItems, blockSize) {
state = [];
var state = [];

var numAmplitudes = this.numAmplitudes();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quantum-circuit",
"version": "0.9.197",
"version": "0.9.198",
"description": "Quantum Circuit Simulator",
"main": "lib/quantum-circuit.js",
"unpkg": "dist/quantum-circuit.min.js",
Expand Down

0 comments on commit 68abf02

Please sign in to comment.