We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74147 commit 25e1c6cCopy full SHA for 25e1c6c
1 file changed
src/qldpc/codes/common.py
@@ -3239,7 +3239,7 @@ def _get_error_probs_by_weight(
3239
3240
@dataclasses.dataclass
3241
class ErrorRateFunc:
3242
- """Container computing logical error and discard rates from importance-sampled simulation data.
+ """Container for raw simulation data used to compute logical error and discard rates.
3243
3244
An instance of this class is built and returned by the .get_logical_error_rate_func method of
3245
ClassicalCode, QuditCode, and CSSCode. If
@@ -3253,7 +3253,7 @@ class ErrorRateFunc:
3253
error rate.
3254
"""
3255
3256
- # number of times we simulated each error weight
+ # number of times we sampled each error weight
3257
num_samples: npt.NDArray[np.int_]
3258
3259
# number of failures and discards by error weight
0 commit comments