Les Houches
2023 Session
-
- Use of wiki pages and slack. Wifi access/set-up.
- Important info about bus, lodging, facilities.
- Bulletins.
Wikis of Previous sessions
Les Houches Themes
(Lyrics and Music)
(Lyrics and Music)
This is an old revision of the document!
Alexandre, Andreas, Ben, Benj, Björn, Csaba, Fawzi, Geneviève, Nazila, Sasha, Sezen, Pietro, …
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.
The main aim at LH13 is to start implementing DLHA in dark matter calculators. What do we need to do to before (or in parallel with) that?
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