Skip to content

ubsuny/CompPhys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

335 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

For some reason, Windows often is removing the interactive portion from the script above, so copy and paste this into your PowerShell by hand:

docker run --rm -it -v ${PWD}:/home/users/compphys/CompPhys -w /home/users/compphys --entrypoint "/bin/bash" -p 8888:8888 ubsuny/compphys:latest

About

Computational Physics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •