Skip to content

Commit

Permalink
rename arg
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Oct 14, 2024
1 parent 3d0a445 commit 2fe7a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/backends/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def calculate_singular_value_decomposition(self, matrix): # pragma: no cover

@abc.abstractmethod
def calculate_jacobian_matrix(
self, circuit, parameters, complex: bool = True
self, circuit, parameters, return_complex: bool = True
): # pragma: no cover
"""Calculate the Jacobian matrix of ``circuit`` with respect to varables ``params``."""
raise_error(NotImplementedError)
Expand Down

0 comments on commit 2fe7a06

Please sign in to comment.