Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.02 KB

ReadMe.md

File metadata and controls

25 lines (13 loc) · 1.02 KB

Session01 - Python Recap

Session02 - Histograms and normal distributions

Session03 - Polynomial Fitting

Session04 - Fitting to Lorentzian and Gaussian Functions

Session05 - Advanced plotting: More Plot Types

Session06 - Numerical solutions to differential equations: The Euler and Runge Kutta methods

Session07 - Animation of and Solving Differential Equations for a Non-Linear Pendelum using Fourth-Order Runge-Kutta Numerical Method

Session08 - Finding roots, and boundary value problems using Secant Method

Session09 - Matrices and Eigenvector problems, Normal modes of beads connected by springs

Session10 - The Discrete Fourier Transform and Fast Fourier Transform

Final Assignment: The-infinite-unsquare-potential

Solving the Schrödinger equation for various potentials in Python3. Solutions included infinite square well eigenvalues, ground state energy and higher energies.

Also, ground state and higher energies were found for finite-square well, harmonic potential and an arbitrary potential.