Skip to content

Commit f30c9a6

Browse files
authored
[docs] Update nv-qldpc-decoder docs to describe the new proc_float option (#288)
1 parent 53fa353 commit f30c9a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sphinx/api/qec/nv_qldpc_decoder_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
- `scale_factor` (float): The scale factor to use for min-sum. Defaults to 1.0.
105105
When set to 0.0, the scale factor is dynamically computed based on the
106106
number of iterations. Introduced in 0.4.0.
107+
- `proc_float` (string): The processing float type to use. Defaults to
108+
"fp64". Valid values are "fp32" and "fp64". Introduced in 0.5.0.
107109
- `opt_results` (heterogeneous_map): Optional results to return. This field can be
108110
left empty if no additional results are desired. Choices are:
109111
- `bp_llr_history` (int): Return the last `bp_llr_history` iterations

0 commit comments

Comments
 (0)