Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.41 KB

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 image

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.