|
1 |
| -from crystal_toolkit.core.mpcomponent import MPComponent |
2 |
| - |
3 |
| -register_app = MPComponent.register_app |
4 |
| -register_cache = MPComponent.register_cache |
5 |
| -register_crystal_toolkit = MPComponent.register_crystal_toolkit |
6 |
| -crystal_toolkit_layout = MPComponent.crystal_toolkit_layout |
7 |
| - |
8 |
| -from crystal_toolkit.components.search import SearchComponent |
9 |
| -from crystal_toolkit.components.structure import StructureMoleculeComponent |
10 |
| - |
11 |
| -from crystal_toolkit.components.robocrys import RobocrysComponent |
12 |
| - |
13 |
| -from crystal_toolkit.components.diffraction import ( |
14 |
| - XRayDiffractionComponent, |
15 |
| - TEMDiffractionComponent, |
16 |
| -) |
17 |
| - |
18 |
| -# from crystal_toolkit.components.xas import XASComponent, XASPanelComponent |
19 |
| - |
20 |
| -# from crystal_toolkit.components.submit_snl import SubmitSNLPanel |
21 |
| -from crystal_toolkit.components.symmetry import SymmetryPanel |
22 |
| -from crystal_toolkit.components.upload import StructureMoleculeUploadComponent |
23 |
| - |
24 | 1 | from crystal_toolkit.components.bandstructure import (
|
25 | 2 | BandstructureAndDosComponent,
|
26 | 3 | BandstructureAndDosPanelComponent,
|
27 | 4 | )
|
| 5 | +from crystal_toolkit.components.diffraction import ( |
| 6 | + TEMDiffractionComponent, |
| 7 | + XRayDiffractionComponent, |
| 8 | +) |
| 9 | +from crystal_toolkit.components.localenv import LocalEnvironmentPanel |
28 | 10 |
|
29 | 11 | # from crystal_toolkit.components.phase_diagram import (
|
30 | 12 | # PhaseDiagramComponent,
|
31 | 13 | # PhaseDiagramPanelComponent,
|
32 | 14 | # )
|
33 | 15 | from crystal_toolkit.components.pourbaix import PourbaixDiagramComponent
|
34 |
| -from crystal_toolkit.components.localenv import LocalEnvironmentPanel |
| 16 | +from crystal_toolkit.components.robocrys import RobocrysComponent |
| 17 | +from crystal_toolkit.components.search import SearchComponent |
| 18 | +from crystal_toolkit.components.structure import StructureMoleculeComponent |
35 | 19 |
|
36 |
| -from crystal_toolkit.components.transformations.core import AllTransformationsComponent |
| 20 | +# from crystal_toolkit.components.submit_snl import SubmitSNLPanel |
| 21 | +from crystal_toolkit.components.symmetry import SymmetryPanel |
37 | 22 | from crystal_toolkit.components.transformations.autooxistatedecoration import (
|
38 | 23 | AutoOxiStateDecorationTransformationComponent,
|
39 | 24 | )
|
| 25 | +from crystal_toolkit.components.transformations.core import AllTransformationsComponent |
40 | 26 |
|
41 | 27 | # from crystal_toolkit.components.transformations.cubic import (
|
42 | 28 | # CubicSupercellTransformationComponent,
|
|
51 | 37 | from crystal_toolkit.components.transformations.supercell import (
|
52 | 38 | SupercellTransformationComponent,
|
53 | 39 | )
|
| 40 | +from crystal_toolkit.components.upload import StructureMoleculeUploadComponent |
| 41 | +from crystal_toolkit.core.mpcomponent import MPComponent |
| 42 | + |
| 43 | +# from crystal_toolkit.components.xas import XASComponent, XASPanelComponent |
| 44 | + |
54 | 45 |
|
55 | 46 | # from crystal_toolkit.components.transformations.rattle import (
|
56 | 47 | # MonteCarloRattleTransformationComponent,
|
57 | 48 | # )
|
| 49 | + |
| 50 | + |
| 51 | +register_app = MPComponent.register_app |
| 52 | +register_cache = MPComponent.register_cache |
| 53 | +register_crystal_toolkit = MPComponent.register_crystal_toolkit |
| 54 | +crystal_toolkit_layout = MPComponent.crystal_toolkit_layout |
0 commit comments