Skip to content

Commit

Permalink
verify on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Sep 24, 2024
1 parent b2deab3 commit fa59e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gen/_flows/_chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(
self.discarded_outputs = tuple(discarded_outputs)
assert all(isinstance(e, (PauliString, KeyedPauliString)) for e in self.discarded_inputs)
assert all(isinstance(e, (PauliString, KeyedPauliString)) for e in self.discarded_outputs)
self.verify()

def __add__(self, other: 'Chunk') -> 'Chunk':
from gen._flows._flow_util import compile_chunks_into_circuit
Expand Down

0 comments on commit fa59e63

Please sign in to comment.