Skip to content

Commit 04b78ff

Browse files
committed
Fix typo
1 parent 18eebf1 commit 04b78ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/circuit_eval.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Klay also supports `probabilistic circuits <https://starai.cs.ucla.edu/papers/Pr
7979
Inference
8080
*********
8181

82-
The input to the circuit should be tensor with as size the number of of input literals.
82+
The input to the circuit should be a tensor with as size the number of input literals.
8383
Note that when using the :code:`log` semiring, the inputs are log-probabilities, while in the :code:`real` or :code:`mpe` semiring the inputs should be probabilities.
8484
In case you are using a probabilistic circuit, you should likely have some input distributions producing these (log-)probabilities prior to the circuit.
8585

0 commit comments

Comments
 (0)