Skip to content

Commit

Permalink
Add clifford circuit name in test_qpy (#11597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkemeny authored Jan 19, 2024
1 parent c68302c commit 54a8199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qpy_compat/test_qpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def generate_clifford_circuits():
"destabilizer": ["+ZIZ", "+ZXZ", "-XIX"],
}
)
qc = QuantumCircuit(3)
qc = QuantumCircuit(3, name="Clifford Circuits")
qc.append(cliff, [0, 1, 2])
return [qc]

Expand Down

0 comments on commit 54a8199

Please sign in to comment.