Skip to content

Commit 7f6843c

Browse files
committed
Tweaked documentation
1 parent 2707fc1 commit 7f6843c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/markov/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This Markovian model of Linear Leios computes the probability of EB certificatio
77

88
The `linleios` program executes the Markov model for EB production in Linear Leios. The protocol parameters and network characteristic are specified as flags on the command line. The program outputs the following information:
99

10-
- The efficiency of EB production, defined as the expected number of certified EBs per RB.
11-
- The "missing probability" resulting from the finite-resolution arithmetic of the computations.
10+
- The efficiency of EB production, defined as the expected number of certified EBs per RB, on `/dev/stdout`.
11+
- The "missing probability" resulting from the finite-resolution arithmetic of the computations, on `/dev/stderr`.
1212
- Optionally, a JSON file containing the probabilities of the given number of certified EBs.
1313

1414
```console

0 commit comments

Comments
 (0)