About | Features | Technologies | Requirements | License | Author
We simulate quantum computers with nice C++ code
✅ Construct quantum circuits
✅ Simulate quantum circuits
* ✅ Bell-state circuit
* ✅ Circuits consisting of Clifford gates
* 🔜 Quantum Teleporatation (TODO: add disentanglement)
* 🔜 Superdense Coding
🔜 good UI
The following tools were used in this project:
Don't be boring, have a g++ compiler and cmake installed
# Clone this project
$ git clone https://github.com/timurishmuratov7/quantum_sim
# Access
$ cd quantum_sim
# Build the Cmake project (if it's not build automatically by your dev environment)
$ cmake
# Go to build directory
$ cd build
# Edit src/run_quantum.cpp to construc a circuit of your preference
# Compile the program
$ make
# Run the project
$ ./run_quantum
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Tim