Skip to content

ubsuny/CompPhys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Github Codespaces:

Examples in this repository can be run inside a GitHub codespace directly in your browser. For a general pupose codespace just click on the green Code button.

For specific environments you can lauch a customized codespace (New with options ...). Currently available for:

  • Machine Learning (ML)
  • C++ (Cpp)
  • Python
  • QisKit

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