Skip to content

Commit

Permalink
add link to pnas and errata
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Nov 15, 2023
1 parent 88f059d commit 69c111f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ Manifest.toml
notebooks/svd_log.txt

# PDF and SVG files, should be plots
*.pdf
notebooks/*.pdf
notebooks/plot_data/*.pdf
notebooks/plot_outputs/*.pdf
*.svg
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[![CI](https://github.com/stecrotti/MatrixProductBP/actions/workflows/ci.yml/badge.svg)](https://github.com/stecrotti/MatrixProductBP/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/stecrotti/MatrixProductBP/branch/main/graph/badge.svg?token=X30C323BYT)](https://codecov.io/gh/stecrotti/MatrixProductBP)

This repository contains the code relative to the paper _Large deviations in stochastic dynamics over graphs through Matrix Product Belief Propagation_ (https://arxiv.org/abs/2303.17403).
When possible, variable names match the notation used there.
This repository contains the code relative to the paper _Matrix Product Belief Propagation for reweighted stochastic dynamics over graphs_ ([PNAS](https://www.pnas.org/doi/10.1073/pnas.2307935120), [arxiv](https://arxiv.org/abs/2303.17403)).
When possible, variable names match the notation used there.
An [errata](errata.pdf) file is also found here.

### Installation
Usage requires Julia version >= 1.8, although 1.9 is recommended. You can download Julia [here](https://julialang.org/downloads/).
Expand Down
Binary file added errata.pdf
Binary file not shown.

0 comments on commit 69c111f

Please sign in to comment.