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:
- Clone the Github repository.
- In terminal, cd to /backend/ type:
- source venv/bin/activate
- export FLASK_APP=app.py
- export FLASK_ENV=development
- flask run
- In terminal, cd to /frontend/ type:
- npm start
- Visit http://localhost:8081/.