Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T09:02:44.000Z (2 months ago)
- Last Synced: 2024-10-25T03:44:46.413Z (20 days ago)
- Topics: homebrew, homebrew-tap, quantum, quantum-algorithms, quantum-cli, quantum-computing
- Language: Go
- Homepage:
- Size: 5.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quantum Crafter 🚀
![unit tests](https://github.com/mattrltrent/quantum_crafter/actions/workflows/unit_tests.yml/badge.svg)
### 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` + ``:
![demo](assets/help.png)
### 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.