Skip to content

mmikhasenko/FairSim.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAIR Simulations

This repository contains the code to generate events for the FAIR 30 GeV experiment. The code is written in Julia and uses ThreeBodyDecay.jl for dynamic model of the decay, as well as FourVectors.jl for the handling four-vectors.

Content

Running

  1. Clone the repository
bash> git clone https://github.com/mmikhasenko/FairSim.jl.git
  1. Start julia and
bash> julia
  1. install the dependencies
julia> ]
pkg> activate .
pkg> instantiate
pkg> # backspace
  1. Run the code with Pluto
julia> using Pluto
julia> Pluto.run()
  1. Open the notebook notebooks/generator.jl and run the code.

Contributing

If you want to contribute to this project, please open an issue or a pull request.

License

This code is released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages