Skip to content

Commit

Permalink
Export ions_decomposition in the passes module
Browse files Browse the repository at this point in the history
  • Loading branch information
dime10 authored and erick-xanadu committed Jan 9, 2025
1 parent 71500ba commit 0f876ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/catalyst/passes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"""

from catalyst.passes.builtin_passes import cancel_inverses, merge_rotations
from catalyst.passes.builtin_passes import (
cancel_inverses,
ions_decomposition,
merge_rotations,
)
from catalyst.passes.pass_api import Pass, PassPlugin, apply_pass, apply_pass_plugin

__all__ = (
Expand Down

0 comments on commit 0f876ab

Please sign in to comment.