From a255f8887d8644dde1e88e9b4d45e512e80c3454 Mon Sep 17 00:00:00 2001 From: rajarshi Date: Tue, 16 Jan 2024 15:15:34 +0000 Subject: [PATCH] changed --- pyqm-week6/README.md | 8 +- pyqm-week6/pyqm-6.0-overview.ipynb | 127 ----------------------------- 2 files changed, 7 insertions(+), 128 deletions(-) delete mode 100644 pyqm-week6/pyqm-6.0-overview.ipynb diff --git a/pyqm-week6/README.md b/pyqm-week6/README.md index 369b93c..8f7b2e7 100644 --- a/pyqm-week6/README.md +++ b/pyqm-week6/README.md @@ -1,4 +1,4 @@ -# Week 6 Contents +# Week 6: SciPy ## 6.1 - Scipy Linear Algebra - [[Notebook]](./notebooks/pyqm-6.1-scipy-linear-algebra.ipynb) - [[Video]](https://youtu.be/EQWi8rliCqY) @@ -37,3 +37,9 @@ - ODE - Finite Difference Method - PDE + +## 6.5 [Cheatsheet](./notebooks/pyqm-6.6-cheatsheet.ipynb) + +## 6.6 [Tutorial](PyQM_Tut.6_sol.ipynb) + +## 6.7 [Exercises](PyQM_Ex.6_sol.ipynb) \ No newline at end of file diff --git a/pyqm-week6/pyqm-6.0-overview.ipynb b/pyqm-week6/pyqm-6.0-overview.ipynb deleted file mode 100644 index 2c1f39a..0000000 --- a/pyqm-week6/pyqm-6.0-overview.ipynb +++ /dev/null @@ -1,127 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "b30fbde7", - "metadata": {}, - "source": [ - "
\n", - "\n", - "# Python For Quantum Mechanics\n", - "# Week 6: Overview\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "id": "21ce6bb1", - "metadata": {}, - "source": [ - "## [6.1 Scipy Linear Algebra](./notebooks/pyqm-6.1-scipy-linear-algebra.ipynb) \n", - "\n", - "- Linear Systems\n", - "- Matrix Functions\n", - "- Spectral Decomposition\n", - "- Special Matrices\n", - "\n", - "- Sparse Matrix\n", - "- Matrix Exponential\n", - "\n", - "- Unitary Matrix\n", - "- Tensor Product\n", - "\n", - "- Linalg Least Square Fit\n", - "\n", - "- Single Value Decomposition\n", - "- Schur Decomposition" - ] - }, - { - "cell_type": "markdown", - "id": "dbfeddb1", - "metadata": {}, - "source": [ - "## [6.2 Scipy Optimization](./notebooks/pyqm-6.2-scipy-optimization.ipynb) \n", - "\n", - "- Function Minimum\n", - "- Global Optimization\n", - "- Function Roots\n", - "- Optimize Least Square Fit\n", - "- Curve Fit" - ] - }, - { - "cell_type": "markdown", - "id": "cfa7f8dd", - "metadata": {}, - "source": [ - "## [6.3 Scipy Fourier Transform](./notebooks/pyqm-6.3-scipy-fourier-transform.ipynb) \n", - "\n", - "- The Fourier Transform\n", - "- Wave Packet\n", - "- The Uncertainty Principle\n", - "- Quantum Fourier Transform\n", - "- The Bloch Sphere" - ] - }, - { - "cell_type": "markdown", - "id": "97146fc7", - "metadata": {}, - "source": [ - "## [6.4 Scipy ODEs & PDEs](./notebooks/pyqm-6.4-scipy-ode-pde.ipynb) \n", - "\n", - "- Integration\n", - "- ODE\n", - "- Finite Difference Method\n", - "- PDE" - ] - }, - { - "cell_type": "markdown", - "id": "d55025e6", - "metadata": {}, - "source": [ - "## [6.6 Cheatsheet ](./notebooks/pyqm-6.6-cheatsheet.ipynb) " - ] - }, - { - "cell_type": "markdown", - "id": "95eb02de", - "metadata": {}, - "source": [ - "## [Tutorial](PyQM_Tut.6_sol.ipynb) " - ] - }, - { - "cell_type": "markdown", - "id": "2e0303d3", - "metadata": {}, - "source": [ - "## [Exercises ](PyQM_Ex.6_sol.ipynb) " - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.9.6" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}