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 21d32b2 commit 3fd34eeCopy full SHA for 3fd34ee
crystal_toolkit/renderables/structure.py
@@ -101,7 +101,7 @@ def get_structure_scene(
101
102
primitives["unit_cell"].append(self.lattice.get_scene())
103
104
- lattice_vectors = [list(array) for array in self.lattice.matrix]
+ lattice_vectors = self.lattice.matrix.tolist()
105
106
return Scene(
107
name="Structure",
0 commit comments