Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Oct 12, 2023
1 parent 8be795f commit 4e728bb
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 @@ -342,7 +342,7 @@ def calculate_overlap(self, state1, state2): # pragma: no cover

@abc.abstractmethod
def calculate_overlap_density_matrix(self, state1, state2): # pragma: no cover
"""Calculate norm of two density matrices."""
"""Calculate overlap of two density matrices."""
raise_error(NotImplementedError)

@abc.abstractmethod
Expand Down

0 comments on commit 4e728bb

Please sign in to comment.