Skip to content
/ CompPhys Public template
forked from ubsuny/CompPhys

Computational Physics

Notifications You must be signed in to change notification settings

bskica/CompPhys

 
 

Repository files navigation

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 is now updated This also includes software from the following sources :

Docker:

  • Install Docker: https://docs.docker.com/install/ (execute once)
  • Open your Terminal application.
  • Find a preferred directory somewhere and make a "results" folder:
mkdir results
  • Get the runDocker.sh script via your preferred method (either download from web browser, or use wget or curl... here we will demonstrate with wget)
wget https://raw.githubusercontent.com/ubsuny/CompPhys/master/runDocker.sh
  • Change the permission:
chmod a+x runDocker.sh
  • Get the code for CompPhys:
cd results/
git clone https://github.com/ubsuny/CompPhys.git
cd ../
  • Execute docker image (execute every time you log in):
    • With jupyter:./runDocker.sh srappoccio/compphys:latest 0
    • With terminal:./runDocker.sh srappoccio/compphys:latest 1
  • Your homework should go into the "results" directory you already created or it will be overwritten when the Docker image quits.

About

Computational Physics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • C++ 1.1%
  • Python 0.3%
  • SWIG 0.0%
  • Makefile 0.0%
  • Shell 0.0%