Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wahidpanda/3d-bloch-sphere-simulator

This project is a 3D Bloch Sphere Simulator built with Python, and Qiskit. It allows you to visualize the state of a single qubit on a Bloch Sphere, apply various quantum gates, and explore their effects.
https://github.com/wahidpanda/3d-bloch-sphere-simulator

3d-graphics artificial-intelligence bloch-sphere circuitpython codingschool gates python qiskit quantum-computing quantum-physics quantumcircuits qubitbyqubit qubits

Last synced: 6 days ago
JSON representation

This project is a 3D Bloch Sphere Simulator built with Python, and Qiskit. It allows you to visualize the state of a single qubit on a Bloch Sphere, apply various quantum gates, and explore their effects.

Awesome Lists containing this project

README

        

# 3D-Bloch-Sphere-Simulator

This project is a 3D Bloch Sphere Simulator built with Python, Streamlit, and Qiskit. It allows you to visualize the state of a single qubit on a Bloch Sphere, apply various quantum gates, and explore their effects.
![image](https://github.com/wahidpanda/3D-Bloch-Sphere-Simulator/assets/110899864/1ffe96bd-6b4f-4eae-91a8-e4222755bf38)
![image](https://github.com/wahidpanda/3D-Bloch-Sphere-Simulator/assets/110899864/a99de785-c0ca-40ac-9077-a20d1bc77fa7)

Features
Visualize the state of a single qubit on a 3D Bloch Sphere.
Apply common quantum gates (X, Y, Z, H, S, T) to see their effects.
View gate descriptions and circuit diagrams.
Easily follow the quantum state transformations.

Table of Contents
1. Demo
2. Prerequisites
3. Installation
4. Usage
5. Contributing
6. License
7. Demo
You can try the live demo of the 3D Bloch Sphere Simulator on Streamlit Sharing: Demo Link: https://3d-bloch-sphere-simulator-rrd6lrdouw8fmxemsxsmfe.streamlit.app/

Usage
1. Select a quantum gate from the sidebar.
2. Observe the Bloch Sphere to visualize the qubit's state.
3. Read gate descriptions and view circuit diagrams.
4. Explore how quantum gates transform the qubit's state.

License
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to modify and customize this README to suit your specific project and provide detailed information for potential users and contributors.