Skip to content

WeiMXi/LED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Dependencies:

  • C++ compiler (GCC, Clang, etl)
  • GSL (≥ 2.6)
  • CMake (≥ 3.12)
  • OpenBlas (disable if not found)
  • CUDAToolkit (disable in default, improves performance for get the probability and event rates)

Required, built-in if not found (network or pre-downloaded source is required):

for debian, you can run sudo apt install libopenblas-dev cmake libgsl-dev to install most of them

cd the-project-path
mkdir build
cd build
cmake ..
make

the main programs will be built at ./build/src

About

LED (Large Extra Dimensions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors