Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-xanadu committed Jan 6, 2025
1 parent a278b77 commit 59bda66
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/catalyst/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@ def wrapper(*args, **kwargs):


def apply_pass(pass_name: str, *flags, **valued_options):
"""Applies a single pass to the QNode, where the pass is from Catalyst or a third-party
if `entry_points` has been implemented. See :doc:`the compiler plugin documentation <dev/plugins>`
"""
Applies a single pass to the QNode, where the pass is from Catalyst or a third-party
if `entry_points` has been implemented. See :doc:`doc/plugins`
for more details.
Args:
Expand Down Expand Up @@ -368,7 +369,8 @@ def qnode_call(*args, **kwargs):


def apply_pass_plugin(path_to_plugin: Path, pass_name: str, *flags, **valued_options):
"""Applies a pass plugin to the QNode. See :doc:`the compiler plugin documentation <dev/plugins>`
"""
Applies a pass plugin to the QNode. See :doc:`dev/plugins`
for more details.
Args:
Expand Down

0 comments on commit 59bda66

Please sign in to comment.