Skip to content

Commit 56ba425

Browse files
committed
change the order; test the isa circuit first
1 parent 99ed89a commit 56ba425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/qpy_compat/test_qpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def generate_real_amplitude_circuits():
926926
circuit = RealAmplitudes(num_qubits=2, reps=2)
927927
isa_circuit = transpile(circuit.decompose(), optimization_level=0)
928928

929-
return [circuit, isa_circuit]
929+
return [isa_circuit, circuit]
930930

931931

932932
def generate_box():

0 commit comments

Comments
 (0)