Skip to content

kurtamohler/physics-sims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

physics-sims

These are my notes and simulations of physics topics that I'm learning about. I do not have a physics degree and I am not an expert on the subject, so these notes should be taken with a high degree of skepticism.

Installation

Install Miniconda: instructions

Clone the repository.

git clone https://github.com/kurtamohler/physics-sims.git && cd physics-sims

Run the following to create and activate an environment with all dependencies.

conda env create -f environment.yaml -n physics-sims && conda activate physics-sims
pip install -e .

Run interactive special relativity simulation

python interactive/einsteinian.py

Use the left and right arrow keys to accelerate in those directions.

Run notebooks

cd notebooks
jupyter notebooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published