/quantumdojo

A Quantum Computing Dojo for improving your intuition

Primary LanguageJupyter NotebookMIT LicenseMIT

quantumdojo

Quantum Intuition Dojo Image provided by @dncolomer via Canva

A Quantum Computing Dojo for improving your intuition inspired by IBM's May 4th, 2020 Quantum Challenge and from discussion with @dncolomer, creator of the YouTube channel Quantum Intuition.

"A dōjō is a hall or place for immersive learning or meditation. This is traditionally in the field of martial arts, but has been seen increasingly in other fields, such as meditation and software development. The term literally means "place of the Way" in Japanese." -Wikipedia

NOTE: Qiskit installation required

To run

jupyter notebook Dojo.ipynb

To compete or for minimal mode

jupyter notebook Compete.ipynb

As a developer

  1. Run Dojo.ipynb and additionally Sensei.ipynb
  2. Develop locally in Sensei.ipynb if need be
  3. Export to Sensei.py (make sure to remove any main execution code!): jupyter nbconvert --to script Sensei.ipynb