Back to projects

Selected work

qprojects-hub

A personal Python sandbox for learning quantum computing by implementing and simulating concepts hands-on.

Project walkthrough

Video coming soon

About the project

qprojects-hub is my space for going beyond coursework into topics that interest me deeply. Quantum computing is abstract on paper, so I built small Python experiments to make the ideas concrete — implementing circuits, running simulations, and exploring results with NumPy instead of only reading about the theory.

Each experiment is a self-contained module I can revisit and extend. The goal is not a production library but disciplined learning: pick a hard concept, implement it, observe the output, and refine my understanding through code.

Key features

  • Hands-on quantum concept implementations in Python
  • Numerical simulations powered by NumPy
  • Modular experiments for iterative learning
  • Self-directed exploration beyond the formal curriculum

What I built

  • Researched and implemented quantum computing concepts in Python
  • Built numerical simulations and experiments with NumPy
  • Organized experiments into a maintainable personal hub