├── .gitignore ├── 1. Introduction. Square Well.ipynb ├── 1a. Introduction. Square Well (Clear Variables).ipynb ├── 2. Solving for eigenvalues and eigenvectors.ipynb ├── 2a. Solving for eigenvalues and eigenvectors (Clear Variables).ipynb ├── 3. A larger change in potential.ipynb ├── 3a. A larger change in potential (Clear Variables).ipynb ├── 4. An odd perturbation.ipynb ├── 4a. An odd perturbation (Clear Variables).ipynb ├── 5. The Variational Method.ipynb ├── 5a. The Variational Method (Clear Variables).ipynb ├── 6. A different basis set.ipynb ├── 6a. A different basis set (Clear Variables).ipynb ├── OldNotebooks ├── BasicToolsForQM.ipynb ├── Periodic systems.ipynb ├── QHOSuperposition.ipynb ├── SimpleExample.ipynb └── Solving for eigenvalues and eigenvectors-WithQHO.ipynb └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/.gitignore -------------------------------------------------------------------------------- /1. Introduction. Square Well.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/1. Introduction. Square Well.ipynb -------------------------------------------------------------------------------- /1a. Introduction. Square Well (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/1a. Introduction. Square Well (Clear Variables).ipynb -------------------------------------------------------------------------------- /2. Solving for eigenvalues and eigenvectors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/2. Solving for eigenvalues and eigenvectors.ipynb -------------------------------------------------------------------------------- /2a. Solving for eigenvalues and eigenvectors (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/2a. Solving for eigenvalues and eigenvectors (Clear Variables).ipynb -------------------------------------------------------------------------------- /3. A larger change in potential.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/3. A larger change in potential.ipynb -------------------------------------------------------------------------------- /3a. A larger change in potential (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/3a. A larger change in potential (Clear Variables).ipynb -------------------------------------------------------------------------------- /4. An odd perturbation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/4. An odd perturbation.ipynb -------------------------------------------------------------------------------- /4a. An odd perturbation (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/4a. An odd perturbation (Clear Variables).ipynb -------------------------------------------------------------------------------- /5. The Variational Method.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/5. The Variational Method.ipynb -------------------------------------------------------------------------------- /5a. The Variational Method (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/5a. The Variational Method (Clear Variables).ipynb -------------------------------------------------------------------------------- /6. A different basis set.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/6. A different basis set.ipynb -------------------------------------------------------------------------------- /6a. A different basis set (Clear Variables).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/6a. A different basis set (Clear Variables).ipynb -------------------------------------------------------------------------------- /OldNotebooks/BasicToolsForQM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/OldNotebooks/BasicToolsForQM.ipynb -------------------------------------------------------------------------------- /OldNotebooks/Periodic systems.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/OldNotebooks/Periodic systems.ipynb -------------------------------------------------------------------------------- /OldNotebooks/QHOSuperposition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/OldNotebooks/QHOSuperposition.ipynb -------------------------------------------------------------------------------- /OldNotebooks/SimpleExample.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/OldNotebooks/SimpleExample.ipynb -------------------------------------------------------------------------------- /OldNotebooks/Solving for eigenvalues and eigenvectors-WithQHO.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/OldNotebooks/Solving for eigenvalues and eigenvectors-WithQHO.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbowler/PHAS3226/HEAD/README.md --------------------------------------------------------------------------------