Skip to content

Commit de762f3

Browse files
committed
Merge branch 'aqasm-bug' into develop
2 parents 59b45d6 + aabefc7 commit de762f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/quantum-circuit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9423,7 +9423,7 @@ QuantumCircuit.prototype.exportToAQASM = function(options, isExportPyAQASM, expo
94239423
hybrid: false
94249424
};
94259425

9426-
aqasm += customCircuit.exportAQASM(newOptions, isExportPyAQASM, usedGateName, indentDepth);
9426+
aqasm += customCircuit.exportToAQASM(newOptions, isExportPyAQASM, usedGateName, indentDepth);
94279427
submoduleCount++;
94289428
}
94299429
}

0 commit comments

Comments
 (0)