We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a35c8b commit 1056230Copy full SHA for 1056230
tests/03_test_gate_pulse_mix.py
@@ -37,7 +37,7 @@ def gen_gate_pulse_mix_circuit(t):
37
38
qc.i(0)
39
qc.x(0)
40
-
+ print(qc.to_tqasm())
41
return qc
42
43
0 commit comments