Skip to content

Strilanc/SurfaceCodeTurnTable

Repository files navigation

Surface code turn table

This was an experimental project where you would prepare (with code) several surface code stabilizer layouts and activate/deactivate them.

Screenshot

Building

If you want to modify this project, here is how you get the code and turn your changes into working html/javascript.

  1. Have git and Node.js installed.

  2. Clone the repository.

    git clone https://github.com/Strilanc/SurfaceCodeTurnTable.git

  3. Install the dev dependencies.

    cd SurfaceCodeTurnTable

    npm install

  4. (Optional) Make your changes. Run the tests.

    npm run test-firefox

  5. Build the output.

    npm run build

  6. The output is a single html file out/main.html. Confirm it works by opening it with a web browser.

    firefox out/main.html

  7. Copy out/main.html to wherever you want.

About

Experimental surface code simulator where the user activates/deactivates stabilizer configurations.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors