This software is specifically designed to perform for storage ring proton EDM experiment.
This software is developed by Zhanibek Omarov under supervision from Yannis K. Semertzidis and Selcuk Haciomeroglu during Ph.D. program at KAIST and IBS-CAPP.
Install Julia - link
Next, paste this in the Julia prompt (REPL):
import Pkg;
Pkg.add(url="https://github.com/isentropic/SpinTrack.jl")
Pkg.add("Plots")
If you want Jupyter notebooks, refer to this link
Once the Installation instructions are performed, paste the following to get the most basic tracking example:
using SpinTrack
using Plots
p = symmetric_hybrid_ring()
sol = get_solution(u1_long(1e-6), p);
plot(sol)
In case Plots
library errors, you might want to try a different plotting
backend.
More additional examples could be found in examples/ in jupyter notebook format.
- Add comprehensive documentation
- Add unit tests
- Add CI via github actions
- Add links to the thesis, paper and notes
- Add more tutorials
Please provide the appropriate attribution if used in your works or find helpful.
- Bibtex:
@software{Omarov_SpinTrack_jl_2022,
author = {Omarov, Zhanibek},
month = {8},
title = {{SpinTrack.jl}},
version = {0.0.1},
year = {2022}
}
- Or use the github sidebar "citation" interface
- Please give a github star for visibility.