Skip to content

Commit

Permalink
fix: diff rule arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed May 3, 2024
1 parent 3480d73 commit f3ac0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiboml/operations/expectation.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def expectation(
nshots=nshots,
backend=backend,
differentiation_rule=differentiation_rule,
exec_backend=exec_backend,
backend=exec_backend,
)

if differentiation_rule is not None:
Expand Down

0 comments on commit f3ac0ac

Please sign in to comment.