Skip to content

A simple Python project that explores the fascinating world of quantum computing using Qiskit. This mini-project demonstrates the creation and simulation of a Bell state — one of the most fundamental examples of quantum entanglement.

License

Notifications You must be signed in to change notification settings

Bhuwinrag/Quantum-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Circuit Playground

A simple Python project to explore quantum circuits using Qiskit.

Features

  • Bell State generation
  • Quantum circuit visualization
  • Probability histogram and statevector view

Setup

python -m venv .venv
source .venv/bin/activate      # or .venv\Scripts\activate on Windows
pip install -r requirements.txt


### Run
python src/bell_state.py

About

A simple Python project that explores the fascinating world of quantum computing using Qiskit. This mini-project demonstrates the creation and simulation of a Bell state — one of the most fundamental examples of quantum entanglement.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages