You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analysis/markov/ReadMe.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This Markovian model of Linear Leios computes the probability of EB certificatio
7
7
8
8
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:
9
9
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`.
12
12
- Optionally, a JSON file containing the probabilities of the given number of certified EBs.
0 commit comments