File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crystal_toolkit/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
from pymatgen .analysis .local_env import NearNeighbors
20
20
from pymatgen .core import Composition , Molecule , Species , Structure
21
21
from pymatgen .core .periodic_table import DummySpecie
22
+ from pymatgen .io .lobster .lobsterenv import LobsterNeighbors
22
23
from pymatgen .io .vasp .sets import MPRelaxSet
23
24
from pymatgen .symmetry .analyzer import SpacegroupAnalyzer
24
25
@@ -54,7 +55,6 @@ class StructureMoleculeComponent(MPComponent):
54
55
objects.
55
56
"""
56
57
57
- from pymatgen .io .lobster .lobsterenv import LobsterNeighbors
58
58
available_bonding_strategies = {** {subcls .__name__ : subcls for subcls in NearNeighbors .__subclasses__ ()}, 'LobsterNeighbors' : LobsterNeighbors }
59
59
60
60
default_scene_settings = frozendict (
You can’t perform that action at this time.
0 commit comments