We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fa353 commit f30c9a6Copy full SHA for f30c9a6
docs/sphinx/api/qec/nv_qldpc_decoder_api.rst
@@ -104,6 +104,8 @@
104
- `scale_factor` (float): The scale factor to use for min-sum. Defaults to 1.0.
105
When set to 0.0, the scale factor is dynamically computed based on the
106
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.
109
- `opt_results` (heterogeneous_map): Optional results to return. This field can be
110
left empty if no additional results are desired. Choices are:
111
- `bp_llr_history` (int): Return the last `bp_llr_history` iterations
0 commit comments