Skip to content

Commit

Permalink
add minus sign to docstring (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ authored Jan 29, 2025
1 parent 32b6109 commit 111655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/pytket/utils/term_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def gen_term_sequence_circuit(
) -> Circuit:
"""
Sequences the terms of a :py:class:`QubitPauliOperator` :math:`P` to generate
a circuit approximating :math:`e^{i \\frac{\\pi}{2} P}`. This method
a circuit approximating :math:`e^{-i \\frac{\\pi}{2} P}`. This method
performs Trotterisation on :math:`P` with a single Trotter step.
This method uses a given partitioning strategy and a graph colouring
Expand Down

0 comments on commit 111655b

Please sign in to comment.