Heavy Ion Collider Simulator
HICS requires Python 3.7.x^ to run.
After install python, first install the follow libraries, know as SciPy.
By command line:
$ python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy noseAlready implemented:
| Ion | Atom mass | Atom number | Energy at collision (√sNN) | Collider |
|---|---|---|---|---|
| Pb | 206 | 82 | 2.76 TeV | LHC |
| Au | 197 | 79 | 200 GeV | RHIC |
Implemented for all ions:
- Magnetic Field
- Electric Field
- Standard Deviation
Also Monte Carlo implemented:
- Metropolis-hastings Algorithm (used to show the incidences in nuclear density calculate)
To usage the HICS - Heavy Ion Collider Simulator, follow:
- Open and configure the variables in the configurations file.py
This can do by any text editor. In this archive, above mentioned, read with attention the instructions and variables operations.
After configurate according to what is desired, save the file and run de algorithm at structured_hics.py.
By command line:
$ python structured_hics.py