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 4ba3929 commit 06fe687Copy full SHA for 06fe687
crystal_toolkit/renderables/volumetric.py
@@ -92,7 +92,7 @@ def get_volumetric_scene(
92
vol_data = vol_data / self.structure.volume
93
if normalization == "vesta":
94
vol_data = vol_data / _ANGS2_TO_BOHR3
95
-
+
96
iso_scene = get_isosurface_scene(
97
data=vol_data,
98
lattice=self.structure.lattice,
0 commit comments