Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Quantum Crafter 🚀

![unit tests](https://github.com/mattrltrent/quantum_crafter/actions/workflows/unit_tests.yml/badge.svg)


demo

### 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.