Skip to content

Commit

Permalink
Merge pull request #808 from majafranz/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix typo in the docstring of Differentiator.differentiate_analytic
  • Loading branch information
mhucka authored Dec 9, 2024
2 parents ce93e84 + d2b0103 commit 8487280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def differentiate_analytic(self, programs, symbol_names, symbol_values,
"""Differentiate a circuit with analytical expectation.
This is called at graph runtime by TensorFlow. `differentiate_analytic`
calls he inheriting differentiator's `get_gradient_circuits` and uses
calls the inheriting differentiator's `get_gradient_circuits` and uses
those components to construct the gradient.
Note: the default implementation does not use `forward_pass_vals`; the
Expand Down

0 comments on commit 8487280

Please sign in to comment.