Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandominguezc/qippy
Quantum Circuits simulator library
https://github.com/sebastiandominguezc/qippy
quantum-circuit-simulator quantum-computing
Last synced: about 1 month ago
JSON representation
Quantum Circuits simulator library
- Host: GitHub
- URL: https://github.com/sebastiandominguezc/qippy
- Owner: SebastianDominguezC
- Created: 2022-01-09T20:26:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T17:07:31.000Z (about 2 years ago)
- Last Synced: 2024-10-12T18:10:56.895Z (2 months ago)
- Topics: quantum-circuit-simulator, quantum-computing
- Language: Rust
- Homepage: https://crates.io/crates/qippy
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qippy
Qippy is a Quantum Circuit simulator!
Under development...
Published to reserve the namespace.
## Roadmap
- Symbolic parser (for better root evaluation...)
- 5 Qubit simulations
- Common Statevectors
- |0>, |1>
- |+>, |->
- Y-Basis
- Probability calculations
- Bloch Sphere implementation
- Basic 1-qubit Gates:
- Pauli-{X, Y, Z}
- Hadamard
- Identity
- Phase
- S, T Gates
- U-Gate
- Basic multi-qubit Gates:
- CNOT / XOR
- Toffoli / AND
- More...
- Gate Builder
- Statevector Builder