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
Integrate in QCircuit a new function called zx_simplify that call zx.simplify.full_reduce(circuit) on pyzx and return a simplified QCircuit.
QCircuit
zx_simplify
zx.simplify.full_reduce(circuit)
After that, we need to extend the test suite for benchmarking all the test with and without this feature.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Integrate in
QCircuit
a new function calledzx_simplify
that callzx.simplify.full_reduce(circuit)
on pyzx and return a simplifiedQCircuit
.After that, we need to extend the test suite for benchmarking all the test with and without this feature.
Useful links:
The text was updated successfully, but these errors were encountered: