Skip to content

Commit

Permalink
feat: Add support for CLASS transfer functions
Browse files Browse the repository at this point in the history
Adds an interface to to CLASS (https://lesgourg.github.io/class_public) code which supports downloading, compiling, and running CLASS.

Adds a "CLASSCDM" transfer function class which utilizes this interface to generate CDM transfer functions.
  • Loading branch information
abensonca committed Aug 6, 2021
1 parent 336b6eb commit 60ebbdb
Show file tree
Hide file tree
Showing 6 changed files with 820 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Glossary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@

\newglossaryentry{camb}{name={CAMB}, description={\href{https://camb.info/}{CAMB} is a code to compute anisotropies in the cosmic microwave background, and the linear theory power spectra of matter and radiation}}

\newglossaryentry{class}{name={CLASS}, description={\href{https://lesgourg.github.io/class_public/}{CLASS} is a code to compute anisotropies in the cosmic microwave background, and the linear theory power spectra of matter and radiation}}

\newglossaryentry{recfast}{name={RecFast}, description={\href{https://www.astro.ubc.ca/people/scott/recfast.html}{RecFast} is a code to calculate the recombination history of the universe}}

\newglossaryentry{xml}{name={XML}, description={\href{https://en.wikipedia.org/wiki/XML}{XML} is a markup language, used for \glc\ parameter files}}
1 change: 1 addition & 0 deletions parameters/buildTools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<task value="multi">
<task value="buildToolFSPS"/>
<task value="buildToolCAMB"/>
<task value="buildToolCLASS"/>
<task value="buildToolRecFast"/>
<task value="buildToolCloudy"/>
</task>
Expand Down

0 comments on commit 60ebbdb

Please sign in to comment.