Skip to content

Commit

Permalink
Fix name.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Nov 1, 2023
1 parent 8935b3d commit b2d6647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence/measurements/tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def compute_expectation(
options: dict,
state: Tensor | None = None,
backend_name: BackendName = BackendName.PYQTORCH,
error: Error | None = None,
error: Errors | None = None,
endianness: Endianness = Endianness.BIG,
) -> Tensor:
"""Basic tomography protocol with rotations
Expand Down

0 comments on commit b2d6647

Please sign in to comment.