-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into ie
- Loading branch information
Showing
58 changed files
with
30,555 additions
and
2,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,3 @@ | ||
*.ipynb filter=nbstripout | ||
*.zpln filter=nbstripout | ||
*.ipynb diff=ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 1,30 @@ | ||
# Bolt | ||
|
||
<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://xzackli.github.io/Bolt.jl/stable) --> | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://xzackli.github.io/Bolt.jl/dev) | ||
[![](https://img.shields.io/badge/source-github-blue)](https://github.com/xzackli/Bolt.jl) | ||
[![DOI](https://zenodo.org/badge/328298090.svg)](https://zenodo.org/doi/10.5281/zenodo.10065125) | ||
|
||
[![Build Status](https://github.com/xzackli/Bolt.jl/workflows/CI/badge.svg)](https://github.com/xzackli/Bolt.jl/actions) | ||
[![codecov](https://codecov.io/gh/xzackli/Bolt.jl/branch/main/graph/badge.svg?token=NDj9hvOUkN)](https://codecov.io/gh/xzackli/Bolt.jl) | ||
|
||
⚡ Bolt is a pure-Julia integrator for the Boltzmann equations in cosmology. It can accurately compute the gradient of the CMB power spectrum, with respect to cosmological parameters, using forward-mode automatic differentiation. | ||
|
||
**Authors**: Jamie Sullivan, Zack Li | ||
**Contributors**: Jamie Sullivan, Zack Li, Marius Millea | ||
|
||
<p align="center"> | ||
<img width=80% src="docs/assets/example_spectrum.png"> | ||
</p> | ||
## Install | ||
|
||
*A CMB temperature power spectrum and gradient from Bolt.jl.* | ||
Bolt requires Julia 1.5 . To install, from the package prompt, run: | ||
|
||
``` | ||
pkg> add https://github.com/xzackli/Bolt.jl | ||
``` | ||
|
||
<p align="center"> | ||
<img width=80% src="docs/assets/example_linear_power_c.png"> | ||
</p> | ||
## Gallery | ||
|
||
*A CMB temperature power spectrum and gradient from Bolt.jl.* | ||
![](example_spectrum.png) ![](docs/src/example_spectrum.png) | ||
|
||
*A linear matter power spectrum and gradient from Bolt.jl.* | ||
![](example_linear_power_c.png) ![](docs/src/example_linear_power_c.png) | ||
|
||
|
Oops, something went wrong.