https://github.com/yasxv/quantum_computer
A simpler version of the IBM quantum composer (with a user interface), using object oriented c++.
https://github.com/yasxv/quantum_computer
ibm quantum-circuit-simulator quantum-circuits quantum-computing sfml
Last synced: 10 months ago
JSON representation
A simpler version of the IBM quantum composer (with a user interface), using object oriented c++.
- Host: GitHub
- URL: https://github.com/yasxv/quantum_computer
- Owner: YasXV
- Created: 2023-01-09T15:15:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T14:27:41.000Z (10 months ago)
- Last Synced: 2025-03-19T15:32:54.173Z (10 months ago)
- Topics: ibm, quantum-circuit-simulator, quantum-circuits, quantum-computing, sfml
- Language: C++
- Homepage:
- Size: 209 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum_Computer
A simpler version of the IBM quantum composer (with a user interface), using object oriented c++.
The libraries that are mostly used are boost and SFML (for the user interface).
## How to run the code ?
Download all the directories. Keeping up the same structure.
Place yourself in the "fichiers_cpp" directory.
Open a terminal.
Write " make ordi" on the terminal.
## How to use the user interface ?
Drag and drop the quantum gates on the circuit's line that corresponds to the quibit. Just like the IBM quantum composer.
Right click on a quantum gate on circuit line to delete it.
Push on the "plus" button to add a quibit. Push on the "minus" button to remove a quibit.
Have fun building your own quantum circuits {^=^}.