Skip to content

Commit 2c46d19

Browse files
nit
1 parent 83be0e6 commit 2c46d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cirq-core/cirq/transformers/pauli_insertion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def __call__(
100100
new_circuit: list[circuits.Moment] = []
101101
for moment in circuit:
102102
if any(tag in tags_to_ignore for tag in moment.tags):
103+
new_circuit.append(moment)
103104
continue
104105
new_moment = []
105106
for op in moment:

0 commit comments

Comments
 (0)