We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using: CQCL/hugr#1541
Given a hugr lazily return an iterator over subgraph boundaries, where the subgraphs are made up of qubit operations. Operations:
These subgraphs can then be extracted and converted to pytket
The text was updated successfully, but these errors were encountered:
Once we find the subgraphs it may be useful to reuse/generalize the CircuitChunks definition, as it has the logic for gluing the chunks back.
CircuitChunks
Alternatively, @doug-q suggested doing a pass that moves each subgraph to a DFG region, which can be extracted/replaced as a whole region.
Sorry, something went wrong.
No branches or pull requests
Using: CQCL/hugr#1541
Given a hugr lazily return an iterator over subgraph boundaries, where the subgraphs are made up of qubit operations.
Operations:
These subgraphs can then be extracted and converted to pytket
The text was updated successfully, but these errors were encountered: