Skip to content

Commit 244b87f

Browse files
committed
revise sequence circuit submit.
1 parent d26bf3e commit 244b87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorcircuit/cloud/tencent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ def c2qasm(c: Any, compiling: bool) -> str:
346346
{
347347
"device": device_str,
348348
"shots": sh,
349-
"source": sc,
349+
"source": sc[0],
350350
"version": version,
351-
"lang": lang,
351+
"lang": sc[1],
352352
"prior": prior,
353353
"remarks": remarks,
354354
"group": group,

0 commit comments

Comments
 (0)