-
Notifications
You must be signed in to change notification settings - Fork 1
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 #14 from qDNA-yonsei/refactoring
Refactoring
- Loading branch information
Showing
3 changed files
with
7 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from qdna.embedding.iqp_feature_map import IqpFeatureMap | ||
from qdna.embedding.ae_feature_map import AeFeatureMap | ||
from .iqp_feature_map import IqpFeatureMap | ||
from .ae_feature_map import AeFeatureMap | ||
|
||
from qdna.embedding.nqe_z_feature_map import NqeZFeatureMap | ||
from qdna.embedding.nqe_zz_feature_map import NqeZZFeatureMap | ||
from qdna.embedding.nqe_iqp_feature_map import NqeIqpFeatureMap | ||
from qdna.embedding.nqe_ae_feature_map import NqeAeFeatureMap | ||
from .nqe_z_feature_map import NqeZFeatureMap | ||
from .nqe_zz_feature_map import NqeZZFeatureMap | ||
from .nqe_iqp_feature_map import NqeIqpFeatureMap | ||
from .nqe_ae_feature_map import NqeAeFeatureMap |
Empty file.
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