
(Left to Right): Avalanche activity cascades in a sandpile automaton; a vortex street formed by flow past a cylinder; and Turing patterns in a reaction-diffusion model. All simulations from the course homeworks; a higher-resolution video may be viewed here
Computational Physics¶
Summary¶
Materials for computational physics course, taught by William Gilpin.
This course aims to provide a very broad survey of computational methods that are particularly relevant to modern physics research. We will aim to cover efficient algorithm design and performance analysis, traditional numerical recipes such as integration and matrix manipulation, and emerging methods in data analysis and machine learning. Our goal by the end of the class will be to feel comfortable approaching diverse, open-ended computational problems that arise during research, and to be ready to design and share new algorithms with the broader research community.
For UT students¶
- The schedule for both courses is here
- If you are enrolled in 329 at UT, the syllabus is here.
- If you are enrolled in 381C at UT, the syllabus is here.
- For both UT courses, the Ed Discussions page may be found here.
- Lecture videos are on Box or the Syllabus, but they are not linked publicly here.
Contents¶
The class website is located here. From the class website, the sidebar links to Chapters, Homeworks, Labs, and Appendices. To navigate to a specific lecture, click on the lecture title in the “Chapter” section. Within a given chapter or homework, there is a link at the top of the page to open the notebook in Google Colab.
Example Final Projects¶
The guidelines and rubric for the final project and presentation can be found here
- Quantum Reinforcement Learning with the Grover method
- Modelling the contractile dynamics of muscle
- Tight binding and Anderson localization on complex graphs
- Neural System Identification by Training Recurrent Neural Networks
- Assimilating a realistic neuron model onto a reduced-order model
- Testing particle phenomenology beyond the Standard Model with Bayesian classification
- Monte Carlo sampling for many-body systems
- Simulating Anderson localization and Hofstadther butterflies
- Optimizing Tokamak design
Usage and improvements¶
If you are teaching a similar course, please feel free to use any or all of these materials. If you have any suggestions for improvements or find any errors, I would very much appreciate any feedback. Consider submitting corrections as issues or pull requests on GitHub.
For students, logistics and project questions are best posted on the classroom forum (Ed Discussions); errors in the materials should be issues on the course repository; for other issues, I can be reached via email
Requirements¶
This book uses Python 3, with particular dependence the following packages
- numpy
- matplotlib
- scipy
- scikit-learn
- jupyter
Other parts of the book and projects depend on the broader Python ecosystem, including
- ipykernel
- scikit-image
- umap-learn
- statsmodels
- pytorch
- jax
- numba
Acknowledgments¶
Portions of the material in this course are inspired by other open-source classes, including: Pankaj Mehta’s Machine Learning for Physics Course, Chris Rycroft’s Numerical Recipe’s Course, Volodymyr Kuleshov’s Applied Machine Learning course, Fei-Fei Li’s Deep Learning for Computer Vision course, Lorena Barba’s CFD course and Jim Crutchfield’s Nonlinear Dynamics course