cybaj / CompPhys

Computational Physics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Physics

Software for UB's Computational Physics class.

This updates the now-deprecated project of PHY410.

This software package is to demonstrate the example code in the UB Computational Physics class, PHY 410/505 and 411/506, developed by Prof. Richard Gonsalves (and updated by Prof. Salvatore Rappoccio, and Prof. Tim Thomay). This also includes software from the following sources :

Docker:

git clone https://github.com/ubsuny/CompPhys.git
chmod a+w CompPhys
cd CompPhys
  • Execute docker image (execute every time you log in):
    • Linux/Unix/Mac: ./runDocker.sh ubsuny/compphys:latest
    • Windows: ./runDockerWindows.sh ubsuny/compphys:latest
  • To run a jupyter notebook, when in the container:
    • jupyter notebook --ip 0.0.0.0 --no-browser

About

Computational Physics


Languages

Language:Jupyter Notebook 89.8%Language:C++ 9.9%Language:Python 0.3%Language:SWIG 0.0%Language:Makefile 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%