Skip to content

python library for running particle accelerator simulator 'gimel' Tel-Aviv University

Notifications You must be signed in to change notification settings

itamargreen/gimel_py

 
 

Repository files navigation

gimel_py

python library for running particle accelerator simulator 'gimel' Tel-Aviv University

Before using

Before using this code, one must create a file named auth.json in the directory of the code. this file must have the following format:

  {
  "username":"<your TAU username>",
  "password":"<your TAU password>",
  "id":"<your ID number>"

}

the username and password must be the same as those needed to access an account on gp.tau.ac.il via ssh (i.e. you need to have a general physics account in Tel Aviv University)

Instructions

  1. Select the particle to be injected in calibration.py, line 18. Other injection properties can be set there.
  2. Make sure you are connected to the internet.

About

python library for running particle accelerator simulator 'gimel' Tel-Aviv University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%