https://github.com/photox/qm-hands-on
Materials for "Quantum Mechanics in Chemistry: Hands on" lecture at UCT Prague
https://github.com/photox/qm-hands-on
Last synced: about 1 month ago
JSON representation
Materials for "Quantum Mechanics in Chemistry: Hands on" lecture at UCT Prague
- Host: GitHub
- URL: https://github.com/photox/qm-hands-on
- Owner: PHOTOX
- Created: 2024-04-19T12:06:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T14:21:50.000Z (6 months ago)
- Last Synced: 2025-12-10T22:39:34.731Z (6 months ago)
- Language: TeX
- Homepage:
- Size: 5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QM-hands-on
Materials for "Quantum Mechanics: Hands on" lecture at UCT Prague. The repository contains the study materials in $$\mathrm{\LaTeX}$$ and Python codes implementing the discussed topics.
The text is in a $$\mathrm{\LaTeX}$$ format in the folder `scriptum`. PDF will be uploaded any time a new chapter is finished.
All the Python codes are available in the `codes` folder within two subfolders: `exercises` and `solutions`.
- `exercises` contains prepared exercise codes for students to complete.
- `solutions` contains completed codes for students as a reference.
- `applications` contains solutions of the applications in Chapter 6 and 8
These codes are simple and meant for Python beginners. More advanced students are encouraged to create their own codes employing higher programming standards.