algorythmist / computational-physics

Jupyter notebook for some problems in Quantum Mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Physics Explorations

Notebooks

Ordinary Differential Equaltions - Solutions to Physics problems by ODEs

Introduction to Quantum Mechanics - Griffiths - Some visualization from this book

Setup

Virtual Environment

mkdir venv

python -m venv venv

source venv\Scripts\activate

pip install -r requirements.txt

pip install git+https://github.com/matplotlib/basemap.git

ipython kernel install --name "computational-physics" --user

jupyter notebook

Anaconda Environment

conda activate computational-physics

conda install --file requirements.txt

ipython kernel install --name "computational-physics" --user

jupyter nbextension enable --py widgetsnbextension

conda install -c conda-forge jupyter_contrib_nbextensions

Start Jupyter

The first time, install the jupyter kernel

ipython kernel install --name "differential-geometry" --user

Then start the notebook

jupyter notebook

About

Jupyter notebook for some problems in Quantum Mechanics


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%