Skip to content

Commit a5d4063

Browse files
committed
fix(alloy): intermediate format = QASM3
1 parent 782161b commit a5d4063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • qiskit_scaleway/backends/alloy

qiskit_scaleway/backends/alloy/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def submit(self, session_id: str) -> None:
5858

5959
programs = [
6060
QuantumProgram.from_qiskit_circuit(
61-
circuit, QuantumProgramSerializationFormat.QASM_V2
61+
circuit, QuantumProgramSerializationFormat.QASM_V3
6262
)
6363
]
6464

0 commit comments

Comments
 (0)