Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaskia authored Jan 9, 2025
1 parent 5cc6d28 commit 8f670e2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Quantum Simulator
![./example.png](./example.png)
A [web editor](https://rhaskia.github.io/quantum) for quantum circuits, built on a library made from scratch for quantum simulation.
The web editor is fully featured, even containing a Bloch Sphere for easy visualization of quantum circuits.
However, this is mostly meant as a teaching tool for basic quantum circuits, as it does not scale well.
The quantum library can be used separately, but it was mostly built for this editor, so there are likely better options available.

# Features
- Qubit Operations
- Multiple Qubit States
- Simulation Stepping
- Algorithm Examples
- Bloch Sphere Visualization
- Quantum State Output

# How to Use
Drag the white boxes with words/letters at the top of the screen onto the black lines below. Once you've made something you want to test, hit the `Simulation Step` button.

# Running
Either use the github page for this repo or clone it and using the dioxus cli (```cargo install dioxus-cli``` - you will need rust installed as well) run the following: ```dx serve --package editor --platform web```

0 comments on commit 8f670e2

Please sign in to comment.