diff --git a/README.md b/README.md index 11d236d9..36307d49 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/errata.md b/errata.md new file mode 100644 index 00000000..30203334 --- /dev/null +++ b/errata.md @@ -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. diff --git a/errata.pdf b/errata.pdf deleted file mode 100644 index 31a2981f..00000000 Binary files a/errata.pdf and /dev/null differ