Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.69 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.69 KB

SimpleBounce

Overview

The SimpleBounce package calcualtes the Euclidean action of the bounce solution which contributes to the false vacuum decay. The algorithm is based on the flow equation which is proposed in arXiv:1907.02417. For more details of the code, please read arXiv:1908.10868.

How to use

The following sample codes are complied by make.

sample1.x

This calculate the bounce action for a single scalar field model with V(phi) = (phi^2)/2 - (phi^3)/3. The source file is sample1.cc

benchmark/compare_with_cosmotransitions/

run_simplebounce.sh calculate the bounce solution and the bounce action for several sample models, which are taken from Table 1 in arXiv:1901.03714 and Eq. (40-43) in arXiv:1906.10829. You can compare the results and performance with CosmoTransitions by using benchmark/compare_with_cosmotransitions/run_cosmotransitions.py.

benchmark/change_n_tau/

change_n_tau.x calculate the bounce action and measure the runtime for different parameter settings. run.sh plots the results.

References