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 14b60ae commit a3f0b24Copy full SHA for a3f0b24
crystal_toolkit/components/structure.py
@@ -56,7 +56,7 @@ class StructureMoleculeComponent(MPComponent):
56
"""
57
58
available_bonding_strategies=frozendict{**{subcls.__name__: subcls for subcls in NearNeighbors.__subclasses__()}, 'LobsterNeighbors': LobsterNeighbors}
59
-
+
60
default_scene_settings = frozendict(
61
extractAxis=True,
62
# For visual diff testing, we change the renderer to SVG since this WebGL
0 commit comments