This was an experimental project where you would prepare (with code) several surface code stabilizer layouts and activate/deactivate them.
If you want to modify this project, here is how you get the code and turn your changes into working html/javascript.
-
Clone the repository.
git clone https://github.com/Strilanc/SurfaceCodeTurnTable.git -
Install the dev dependencies.
cd SurfaceCodeTurnTablenpm install -
(Optional) Make your changes. Run the tests.
npm run test-firefox -
Build the output.
npm run build -
The output is a single html file
out/main.html. Confirm it works by opening it with a web browser.firefox out/main.html -
Copy
out/main.htmlto wherever you want.
