You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JuliaAstroDocs.jl
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,27 @@ ecosystem() = (
182
182
),
183
183
),
184
184
"Galaxies and Cosmology"=> (
185
+
(
186
+
name ="Bolt.jl",
187
+
repo ="https://github.com/xzackli/Bolt.jl/",
188
+
doc ="https://xzackli.github.io/Bolt.jl/",
189
+
tagline ="Pure-Julia integrator for the Boltzmann equations in cosmology",
190
+
descr ="""
191
+
- In addition to integrating the cosmological Boltzmann equations, Bolt.jl can accurately compute the gradients of power spectra with respect to cosmological parameters using forward-mode automatic differentiation.
0 commit comments