Skip to content

Commit

Permalink
Errata as markdown (#107)
Browse files Browse the repository at this point in the history
* errata as markdown

* Update errata.md
  • Loading branch information
stecrotti authored Nov 27, 2023
1 parent d04122a commit d822e29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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.
An [errata](errata.md) 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
7 changes: 7 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Errata for "Matrix Product Belief Propagation for reweighted stochastic dynamics over graphs"
Stefano Crotti, Alfredo Braunstein

The article is found at https://www.pnas.org/doi/10.1073/pnas.2307935120.

1. At page 5, below equation 12, the text says $p(m)$ has a minimum at $m\approx 0.145$. It should be either $p(m)$ has a maximum at $m\approx 0.145$ or $g(m)$ has a minimum at $m\approx 0.145$.
2. In section 1 of the supplementary information, equations S1, S2, S3, S5, and S7 have a minus sign after $\exp\left \\{ \right .$, which should not be there.
Binary file removed errata.pdf
Binary file not shown.

0 comments on commit d822e29

Please sign in to comment.