We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa4037 commit 460d3b6Copy full SHA for 460d3b6
docs/circuit_eval.rst
@@ -111,7 +111,7 @@ Gradients are computed in the usual fashion.
111
112
The :code:`inputs` tensor must contain a weight for each positive literal.
113
The weights of the negative literals follow from those.
114
-For example for the :code:`reals` semiring: if :code:`x` is the weight of literal :code:`l`,
+For example for the :code:`real` semiring: if :code:`x` is the weight of literal :code:`l`,
115
then :code:`1 - x` is the weight of the negative literal :code:`-l`.
116
To use other weights, you must provide a separate tensor containing a weight for each negative literal.
117
0 commit comments