Phonons are the quantized vibrational modes of solid structures.
This project will explore calculating phonons on spring based solids. It will build a visual representation of different atomic materials using vpython.
This project is licensed under the MIT license. The LICENSE file contains the MIT license.
Pieces of the project are described in the included jupyter notebooks. These notebooks can be used as reference for viewing the atomic systems, with notes added describing the physics. To run them, from the project's main directory, execute $ jupyter notebook
Note that you'll need to first install jupyter. If you already have vpython installed, then this should already be included. If not create a virtual environment with $ python -m venv env
then $ pip install vpython jupyter
.