-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #162 from unitaryfund/70-reorganize-code-structure
Reorganize code structure
- Loading branch information
Showing
11 changed files
with
44 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from .transpilers import UCCTranspiler | ||
from .compile import compile, supported_circuit_formats | ||
|
||
from ucc._version import __version__ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
from .basis_translator import BasisTranslator | ||
from .commutative_cancellation import CommutativeCancellation | ||
from .commutation_checker import CommutationChecker | ||
from .collect_2q_blocks import Collect2qBlocks | ||
from .commutation_analysis import CommutationAnalysis | ||
# from .consolidate_blocks import ConsolidateBlocks | ||
from .unitary_synthesis import UnitarySynthesis | ||
from .collect_2q_blocks import Collect2qBlocks | ||
from .collect_1q_runs import Collect1qRuns | ||
from .optimize_1q_decomposition import Optimize1qGatesDecomposition | ||
from .custom_cx import CXCancellation | ||
from .spectral_mapping import SpectralMapping | ||
from .sabre_layout import SabreLayout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.