Skip to content

A parallelised numerical code that simulates the dynamics of the axion particle at the Peccei Quinn phase transition.

Notifications You must be signed in to change notification settings

SeanBryan51/Axion-Strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axion-Strings

How to compile/run:

Uses cmake to compile. To compile/build the project:

  1. Create build directory in project root
mkdir build
  1. Generate build system
cmake -S . -B build
  1. Build / compile
cmake --build build
  1. Then to run the simulation
./build/src/main default.param

How to add new parameters to the parameter file:

  1. add parameter to the parameters struct in common/common.h.
  2. add entry to the p_list array in parameters_to_read() in common/read_parameter_file.cpp
  3. add parameter to parameter file.

About

A parallelised numerical code that simulates the dynamics of the axion particle at the Peccei Quinn phase transition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published