A simple Python project to explore quantum circuits using Qiskit.
- Bell State generation
- Quantum circuit visualization
- Probability histogram and statevector view
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