Skip to content

Commit 48e4392

Browse files
Update frontend/catalyst/passes/builtin_passes.py
Co-authored-by: Isaac De Vlugt <[email protected]>
1 parent 6191c9c commit 48e4392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/catalyst/passes/builtin_passes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def ppr_to_ppm(qnode=None, decompose_method="auto-corrected", avoid_y_measure=Fa
516516
decompose_method (str, optional): The method to use for decomposing non-Clifford PPRs.
517517
Options are "auto-corrected" and "clifford-corrected". Defaults to "auto-corrected".
518518
avoid_y_measure (bool): Rather than performing a Pauli-Y measurement for Clifford rotations
519-
(sometimes more costly), a Y state is used instead (requires Y state preparation).
519+
(sometimes more costly), a :math:`Y` state (:math:`Y\vert 0 \rangle`) is used instead (requires :math:`Y` state preparation).
520520
Defaults to ``False``.
521521
522522
Returns:

0 commit comments

Comments
 (0)