Skip to content

Commit

Permalink
Undo comment out for mock IBM testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sserita committed Jul 22, 2024
1 parent 8ecc431 commit 4603a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsti/circuits/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4329,7 +4329,7 @@ def convert_to_openqasm(self, num_qubits=None,
if q not in qubits_used:
# Delay 0 works because of the barrier
# In OpenQASM3, this should probably be a stretch instead
#openqasm += 'delay(0)' + ' q[' + str(qubit_conversion[q]) + '];\n'
openqasm += 'delay(0)' + ' q[' + str(qubit_conversion[q]) + '];\n'
pass

# Add in a barrier after every circuit layer if block_between_layers==True.
Expand Down

0 comments on commit 4603a27

Please sign in to comment.