Skip to content

mkrzemien/toy-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Model Visualization

An interactive visualization of the Spekkens toy model, demonstrating quantum-like behaviors through a simple 4x4 matrix interface.

Setup and Running

  1. Clone the repository:
git clone https://github.com/yourusername/toy-model.git
cd toy-model
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

This will open the application in your default browser and enable live reloading.

Available Actions

The interface provides several groups of operations:

  • Basic Actions: Defined as permutations of neighbouring columns and rows
  • Composite Actions: Predefined sequences of basic actions
  • Initialization: Reset matrix to one of well-defined initial states: 00, 01, 10, 11
  • Script Execution: Run custom sequences of actions

References

License

MIT License - see LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published