https://github.com/mattrltrent/quantum_crafter
⚛️ Easily create, visualize, and traverse quantum circuits — try on Homebrew. Great for learning quantum algorithms.
https://github.com/mattrltrent/quantum_crafter
homebrew homebrew-tap quantum quantum-algorithms quantum-cli quantum-computing
Last synced: about 1 year ago
JSON representation
⚛️ Easily create, visualize, and traverse quantum circuits — try on Homebrew. Great for learning quantum algorithms.
- Host: GitHub
- URL: https://github.com/mattrltrent/quantum_crafter
- Owner: mattrltrent
- License: mit
- Created: 2024-06-19T06:02:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T08:05:30.000Z (about 1 year ago)
- Last Synced: 2025-05-05T07:07:33.793Z (about 1 year ago)
- Topics: homebrew, homebrew-tap, quantum, quantum-algorithms, quantum-cli, quantum-computing
- Language: Go
- Homepage:
- Size: 5.1 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quantum Crafter 🚀

### Download on Homebrew
Run this command to install or update to the newest version:
```bash
brew install mattrltrent/tap/qc
```
### Quick start
Used as `qc` + ``:

### Example circuit
```bash
qc run "z2 x1 x2 rz0(-pi/2*(-3^2)) toff1,2,3 cnot0,1 cz1,2 rz0(pi/2*(-3^2)) h2 crx0,1(pi) swap0,3 cz1,2"
```
### Collaboration
- PRs welcome [here](https://github.com/mattrltrent/quantum_crafter/pulls).
- Issues [here](https://github.com/mattrltrent/quantum_crafter/issues).
### Disclaimer
This project is a work in progress and could be buggy. This is especially true for the "relative phase" stuff. I didn't test that much and wrote it pretty quickly.