Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmduarte/phys142
UCSD PHYS 142/242: Computational Physics II
https://github.com/jmduarte/phys142
Last synced: 11 days ago
JSON representation
UCSD PHYS 142/242: Computational Physics II
- Host: GitHub
- URL: https://github.com/jmduarte/phys142
- Owner: jmduarte
- Created: 2024-01-08T23:30:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:51:47.000Z (9 months ago)
- Last Synced: 2024-10-12T04:49:55.351Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: http://jduarte.physics.ucsd.edu/phys142/
- Size: 5.58 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCSD PHYS 142/242: Computational Physics II
[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https:jduarte.physics.ucsd.edu/phys142)
![deploy-book](https://github.com/jmduarte/phys142/actions/workflows/deploy.yml/badge.svg)## Course information
This course is an upper-division undergraduate course and introductory graduate course on computational physics, focusing on solving select physics problems in quantum mechanics using Feynman's path integral approach, combined with Markov chain Monte Carlo methods.
The course will explore both the theoretical foundations and computer implementations.
Students will develop their own code to solve the physics applications.
Basic knowledge of calculus, quantum mechanics, Linux, and programming in some language is expected.The course structure will consist of weekly lectures on conceptual topics, e.g, quantum mechanics, and lab sections on computational tools, e.g., programming in Python and C/C++.
Students will learn how to apply physical reasoning to programming, optimize and debug code, create simulations of physical systems.
We will focus primarily on numerically solving quantum mechanics problems using Feynman's path integral approach, combined with Markov chain Monte Carlo methods.
Students will also learn how to use modern tools to efficiently solve scientific computing problems interpreted (Python) vs. compiled (C/C++) languages and how to link the two.
There will be 2 individual homework assignments and an individual midterm project.
There will also be a final project in which students will work in groups.## Student learning outcomes
Upon successful completion of Physics 142/242, students will be able to:
- Design computer programs to numerically solve physics problems, like the harmonic oscillator using the Feynman path integral approach.
- Consider multiple approaches and compare their computational performance, accuracy, and fidelity to physical laws.
- Find and choose the best tool or programming language for the task.
- Visualize the solutions.
- Collaborate with peers to tackle complex, realistic problems.
- Present findings.## Schedule
```{tableofcontents}
```