michelled01 / quantum-midterm-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quantum-midterm-project

Our layout:

  • static -- css, js, and images
  • templates -- html files
  • quantum.py -- the quantum effects!
  • app.py -- runs the website (we use Flask)

how-to-run

pip install -r requirements.txt

python app.py

Visit http://localhost:5000

important-files

  • quantum.py -- uses ibm backend simulator to apply quantum gates and effects
  • script.js -- contains game logic used for clearing the board, reflecting collapsed states, etc.
  • index.html -- displays main playing board
  • start.html -- the start page with instructions on how to play

About


Languages

Language:JavaScript 47.4%Language:HTML 22.5%Language:Python 21.5%Language:CSS 8.6%