Skip to content

Commit aabefc7

Browse files
committed
fixed aqasm bug
1 parent 1ba672e commit aabefc7

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
@@ -9278,7 +9278,7 @@ QuantumCircuit.prototype.exportToAQASM = function(options, isExportPyAQASM, expo
92789278
hybrid: false
92799279
};
92809280

9281-
aqasm += customCircuit.exportAQASM(newOptions, isExportPyAQASM, usedGateName, indentDepth);
9281+
aqasm += customCircuit.exportToAQASM(newOptions, isExportPyAQASM, usedGateName, indentDepth);
92829282
submoduleCount++;
92839283
}
92849284
}

0 commit comments

Comments
 (0)