File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
crystal_toolkit/components Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 37
37
from crystal_toolkit .components .transformations .autooxistatedecoration import (
38
38
AutoOxiStateDecorationTransformationComponent ,
39
39
)
40
- from crystal_toolkit .components .transformations .cubic import (
41
- CubicSupercellTransformationComponent ,
42
- )
40
+
41
+ # from crystal_toolkit.components.transformations.cubic import (
42
+ # CubicSupercellTransformationComponent,
43
+ # )
43
44
from crystal_toolkit .components .transformations .grainboundary import (
44
45
GrainBoundaryTransformationComponent ,
45
46
)
50
51
from crystal_toolkit .components .transformations .supercell import (
51
52
SupercellTransformationComponent ,
52
53
)
53
- from crystal_toolkit .components .transformations .rattle import (
54
- MonteCarloRattleTransformationComponent ,
55
- )
54
+
55
+ # from crystal_toolkit.components.transformations.rattle import (
56
+ # MonteCarloRattleTransformationComponent,
57
+ # )
You can’t perform that action at this time.
0 commit comments