quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.28k stars 1.02k forks source link

Add first draft of ZXTransformer to contrib. #6647

Closed dlyongemallo closed 1 month ago

dlyongemallo commented 5 months ago

This is a custom transformer which uses ZX-calculus through the PyZX library to perform circuit optimisation.

See issue #6585.