Quantum gate simulator
Step-by-step instructions on how to get your development environment set up:
- Prerequisites (e.g., Node.js, Python version)
- How to install dependencies
- Running setup scripts, etc.
Provide examples of how to run your code or use your project. You might include code snippets or screenshots if applicable:
npm run dev
text
/src
/core
quantum-state.ts # Qubit state representations
gates.ts # Gate operations (Hadamard, CNOT, etc)
circuit.ts # Circuit composition logic
/ui
components # React components
/tests
quantum-state.test.ts
gates.test.ts
tsconfig.json # Configure outDir to /dist
package.json
Development Strategy