Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 742 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 742 Bytes

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.

These codes are simple and meant for Python beginners. More advanced students are encouraged to create their own codes employing higher programming standards.