Skip to content

Commit

Permalink
Rename cutting.py to cutting_decomposition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed May 11, 2023
1 parent ef189e0 commit c7727de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting_toolbox/circuit_cutting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
partition_circuit_qubits
"""
from .cutting import partition_circuit_qubits
from .cutting_decomposition import partition_circuit_qubits

__all__ = ["partition_circuit_qubits"]

0 comments on commit c7727de

Please sign in to comment.