Les Houches
2021 Session
- Working Groups Pages
- Session 1
- Session 2
-
- Use of wiki. Wifi access/set-up. Printing
- Important info about lodging. Bus. Facilites
- Bulletins.
Wikis of Previous sessions
Les Houches Themes
(Lyrics and Music)
(Lyrics and Music)
DLHA is a set of conventions the authors of dark matter calculators agreed upon. These conventions regard the input/output of various information to/from these calculators.
FUNCTION rho_g type=P args=2 | DLHA rho_g 5 | END_FUNCTION
FUNCTION <name> type=<type> args=<# of args> | libName=<name of compiled library> | funcName=<name of function in library> | END_FUNCTION
FUNCTION rho_g type=C args=2 | #include<math.h> | …c-code here… | END_FUNCTION
FUNCTION <name> type=<type> args=<# of args> | libName=<name of compiled library> | funcName=<name of function in library> | END_FUNCTION