Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 559 Bytes

The Quirky Quantum Simulator

Quirky is a fork of Quirk, the awesome drag & drop quantum circuit simulator by Craig Gidney.

We have been simplifying Quirk in the context of developing a quantum computing course for high-school students; see quantum-quest.nl for details.

How to Build Quirky

npm install
npm run build -- --profile="Quest 1"
# npm run build-debug -- --profile="Quest 1"

Confirm the build succeeded by opening out/QuirkyQuest1.html with a web browser.