We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2deab3 commit fa59e63Copy full SHA for fa59e63
src/gen/_flows/_chunk.py
@@ -53,7 +53,6 @@ def __init__(
53
self.discarded_outputs = tuple(discarded_outputs)
54
assert all(isinstance(e, (PauliString, KeyedPauliString)) for e in self.discarded_inputs)
55
assert all(isinstance(e, (PauliString, KeyedPauliString)) for e in self.discarded_outputs)
56
- self.verify()
57
58
def __add__(self, other: 'Chunk') -> 'Chunk':
59
from gen._flows._flow_util import compile_chunks_into_circuit
0 commit comments