/Quirky

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.