We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f0b24 commit 7eec6bfCopy full SHA for 7eec6bf
crystal_toolkit/components/structure.py
@@ -55,8 +55,9 @@ class StructureMoleculeComponent(MPComponent):
55
objects.
56
"""
57
58
- available_bonding_strategies=frozendict{**{subcls.__name__: subcls for subcls in NearNeighbors.__subclasses__()}, 'LobsterNeighbors': LobsterNeighbors}
59
-
+ available_bonding_strategies=frozendict({**{subcls.__name__: subcls for subcls in NearNeighbors.__subclasses__()},
+ 'LobsterNeighbors': LobsterNeighbors})
60
+
61
default_scene_settings = frozendict(
62
extractAxis=True,
63
# For visual diff testing, we change the renderer to SVG since this WebGL
0 commit comments