Skip to content

Commit

Permalink
Update horqrux/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: RolandMacDoland <[email protected]>
  • Loading branch information
chMoussa and RolandMacDoland authored Jan 8, 2025
1 parent f678265 commit 5e3d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horqrux/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def probabilities(state: Array) -> Array:
Returns:
Array: Vector of probabilities.
"""
raise NotImplementedError("probabilities is not implemented")
raise NotImplementedError(f"Probabilities is not implemented for the input type {type(state)}.")


@probabilities.register
Expand Down

0 comments on commit 5e3d2a3

Please sign in to comment.