Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anderssorby/quantum.lean

Quantum computing with Lean
https://github.com/anderssorby/quantum.lean

lean lean4 quantum-computing

Last synced: 13 days ago
JSON representation

Quantum computing with Lean

Awesome Lists containing this project

README

        

# Quantum.lean for Quantum computation

Hobby project to implement simulated quantum computing and targeting quantum architectures using Lean.

# Build

Using nix (with flakes enabled) and lake `nix develop --command lake build` or just `lake build` if you already have `elan`.

# Goals & ambitions

- [ ] A simple quantum simulator [presented here](https://doi.org/10.1140/epjqt10).
- [ ] Implement some basic quantum algorithms.
- [ ] Target quantum instruction set like OpenQASM.
- [ ] Prove some quantum theorems

# Contributions

Contributrions are welcome. Just try to fit inside the defined scope of the project. More details will be expanded on later.