Averaging Method to Integrate Quantum Systems
by Pilar Hernández, Jacobo López-Pávon, Nuria Rius and Stefan Sandner
Calculates the baryon asymmetry generated via quantum oscillations of right handed neutrinos in the early Universe.
Package | Description |
---|---|
CMake | generate the Makefile |
GSL | numerical library for C++ |
The Makefile can be generate within the main folder by executing the following:
cd amiqs
mkdir build
cd build
cmake ..
make
This should create the executable amiqs.exe!
To check if everything is correctly installed please run
./amiqs.exe test
This routine may take roughly 30 seconds.
./amiqs.exe ../example.ini
where the example.ini file contains all initial conditions and its structure should not be changed. For more explanation please see the file 'example.ini'.
If you use the code, please link this repository, and cite arXiv:2207.01651 and arXiv:2305.14427.
For any type of comments, questions etc. feel free to contact us at stefansandner@lbl.gov.
The code makes use of the ini file decoder inifile-cpp and the numerical integrator LSODA in the C++11 version provided by libsoda-cxx.