Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.97 KB

File metadata and controls

38 lines (32 loc) · 1.97 KB

QuaCS

Quantum gate simulator

Table of Contents

Installation

Step-by-step instructions on how to get your development environment set up:

  1. Prerequisites (e.g., Node.js, Python version)
  2. How to install dependencies
  3. Running setup scripts, etc.

Usage

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