An interactive visualization of the Spekkens toy model, demonstrating quantum-like behaviors through a simple 4x4 matrix interface.
- Clone the repository:
git clone https://github.com/yourusername/toy-model.git
cd toy-model- Install dependencies:
npm install- Start the development server:
npm startThis will open the application in your default browser and enable live reloading.
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
MIT License - see LICENSE file for details