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 1919from pymatgen .analysis .local_env import NearNeighbors
2020from pymatgen .core import Composition , Molecule , Species , Structure
2121from pymatgen .core .periodic_table import DummySpecie
22+ from pymatgen .io .lobster .lobsterenv import LobsterNeighbors
2223from pymatgen .io .vasp .sets import MPRelaxSet
2324from pymatgen .symmetry .analyzer import SpacegroupAnalyzer
2425
@@ -54,7 +55,6 @@ class StructureMoleculeComponent(MPComponent):
5455 objects.
5556 """
5657
57- from pymatgen .io .lobster .lobsterenv import LobsterNeighbors
5858 available_bonding_strategies = {** {subcls .__name__ : subcls for subcls in NearNeighbors .__subclasses__ ()}, 'LobsterNeighbors' : LobsterNeighbors }
5959
6060 default_scene_settings = frozendict (
You can’t perform that action at this time.
0 commit comments