Skip to content

Commit

Permalink
fix docstring for FractionalUnitary
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 6, 2023
1 parent e6723cd commit 966652c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytket/extensions/qiskit/backends/crosstalk_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
@dataclass
class FractionalUnitary:
"""
Wrapper for a fractional unitary gate
Wrapper for a fractional unitary gate.
:param cmd: the fractional UnitaryBox wrapped in a pytket Command
:param n_fractions: the number of fractional gates
used to compose the original unitary gate.
Expand Down

0 comments on commit 966652c

Please sign in to comment.