Skip to content

edoda/qm-gaussian-simulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React & Flask Quantum Gaussian Wave Packet Propagation Simulations

This website, originally developed for PHYS-495 (senior final project) at the University of Southern California, showcases interactive simulations created by Emilia Doda, a physics and computer science student. This website acts as an educational supplement to visually enrich the learning of undergraduate-level quantum mechanics, with a focus on illustrating the principles of quantum tunneling and Gaussian wave packets.

How to run the Github project locally:

  1. Clone the Github repository.
  2. In terminal, cd to /backend/ type:
    1. source venv/bin/activate
    2. export FLASK_APP=app.py
    3. export FLASK_ENV=development
    4. flask run
  3. In terminal, cd to /frontend/ type:
    1. npm start
  4. Visit http://localhost:8081/.