Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlyongemallo/cirq-zx-transformer
A custom transformer for Cirq which uses ZX-Calculus for circuit optimization, implemented using PyZX.
https://github.com/dlyongemallo/cirq-zx-transformer
Last synced: about 2 months ago
JSON representation
A custom transformer for Cirq which uses ZX-Calculus for circuit optimization, implemented using PyZX.
- Host: GitHub
- URL: https://github.com/dlyongemallo/cirq-zx-transformer
- Owner: dlyongemallo
- License: apache-2.0
- Created: 2024-04-09T07:40:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T16:58:57.000Z (9 months ago)
- Last Synced: 2024-04-11T19:44:10.827Z (9 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cirq ZX Transformer
A custom transformer for Cirq which uses ZX-Calculus for circuit optimization, implemented using PyZX.
**Note:** This is a work-in-progress. There is also a more complete, functioning [ZX transpiler plugin for Qiskit](https://github.com/dlyongemallo/qiskit-zx-transpiler).
[![License](https://img.shields.io/github/license/dlyongemallo/cirq-zx-transformer.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI Status](https://github.com/dlyongemallo/cirq-zx-transformer/actions/workflows/test.yml/badge.svg)](https://github.com/dlyongemallo/cirq-zx-transformer/actions/workflows/test.yml)