forked from aiidalab/aiidalab-qe
-
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.
Add layer of abstraction in
Panel
classes
- Loading branch information
1 parent
2fd8c91
commit 5ec7050
Showing
67 changed files
with
359 additions
and
297 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,7 +1,7 @@ | ||
from .advanced import AdvancedSettings | ||
from .model import AdvancedModel | ||
from .advanced import AdvancedCalculationSettingsPanel | ||
from .model import AdvancedCalculationSettingsModel | ||
|
||
__all__ = [ | ||
"AdvancedModel", | ||
"AdvancedSettings", | ||
"AdvancedCalculationSettingsModel", | ||
"AdvancedCalculationSettingsPanel", | ||
] |
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
8 changes: 4 additions & 4 deletions
8
src/aiidalab_qe/app/configuration/advanced/hubbard/__init__.py
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 .hubbard import HubbardSettings | ||
from .model import HubbardModel | ||
from .hubbard import HubbardCalculationSettingsPanel | ||
from .model import HubbardCalculationSettingsModel | ||
|
||
__all__ = [ | ||
"HubbardSettings", | ||
"HubbardModel", | ||
"HubbardCalculationSettingsModel", | ||
"HubbardCalculationSettingsPanel", | ||
] |
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
8 changes: 4 additions & 4 deletions
8
src/aiidalab_qe/app/configuration/advanced/magnetization/__init__.py
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 .magnetization import MagnetizationSettings | ||
from .model import MagnetizationModel | ||
from .magnetization import MagnetizationCalculationSettingsPanel | ||
from .model import MagnetizationCalculationSettingsModel | ||
|
||
__all__ = [ | ||
"MagnetizationModel", | ||
"MagnetizationSettings", | ||
"MagnetizationCalculationSettingsModel", | ||
"MagnetizationCalculationSettingsPanel", | ||
] |
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
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
Oops, something went wrong.