This application is meant for the visualization of the various Quantum gates on a qubit. It provides a Simulation of the Qubit transform on the Bloch Sphere via animation. The goal of this project is to add new functionalities to this application.
pip install qiskit
pip install qiskit[visualization]
pip install matplotlib
All you need to is, clone the repo, install above dependencies and run the visualizer.py!!
Note: Make sure you are working in the environment with python3.6 or above!!
- Qiskit
- Tkinter