Skip to content

Commit 1056230

Browse files
committed
print circuit in 03 test case.
1 parent 6a35c8b commit 1056230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/03_test_gate_pulse_mix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def gen_gate_pulse_mix_circuit(t):
3737

3838
qc.i(0)
3939
qc.x(0)
40-
40+
print(qc.to_tqasm())
4141
return qc
4242

4343

0 commit comments

Comments
 (0)