Skip to content

Commit f4bfba1

Browse files
authored
Update tencent.py
1 parent cc8e3ee commit f4bfba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/cloud/tencent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def c2qasm(c: Any, compiling: bool) -> str:
213213
s = c.qasm()
214214
# nq = c.num_qubits
215215
else:
216-
s = c.to_tqasm() + '\nrabi_test q[0];'
216+
s = c.to_tqasm()
217217
print(s)
218218
#s = c.to_openqasm()
219219
# nq = c._nqubits

0 commit comments

Comments
 (0)