Skip to content

Commit

Permalink
Fixed a typo in an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Aug 27, 2024
1 parent 1fadd46 commit 021f082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def evaluate_logic_exp(exp: ExtendedLogicExp, bits_dict: dict[Bit, bool]) -> int
# evaluation of these expressions is upported via `eval_vals()` from
# TKET's LogicExp, see issue #1551 from the TKET repo.
raise NotImplementedError(
"Evaluation of {exp.op} not supported in ClassicalExpBox ",
f"Evaluation of {exp.op} not supported in ClassicalExpBox ",
"by pytket-cutensornet.",
)

Expand Down

0 comments on commit 021f082

Please sign in to comment.