You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
na
Describe the feature you'd like
Implement pyzx interface to use ZX-calculus as a pattern optimization backend. This means we will need to construct graph-like diagram, optimize with pyZX, and then get pattern out of it to be simulated or executed on device.
Note that PyZX is now updating the function to_graph_like. The current version's to_graph_like function does not work, so we may need to wait for the next release (or implement it ourselves). zxcalc/pyzx#189
Getting a pattern out of the PyZX diagram can be done by graphix.generator.generate_from_graph().
Is your feature request related to a problem? Please describe.
na
Describe the feature you'd like
Implement pyzx interface to use ZX-calculus as a pattern optimization backend. This means we will need to construct graph-like diagram, optimize with pyZX, and then get pattern out of it to be simulated or executed on device.
Additional context
https://quantum-journal.org/papers/q-2021-03-25-421/
https://arxiv.org/pdf/2304.08166.pdf
etc
The text was updated successfully, but these errors were encountered: