There was an error while loading. Please reload this page.
1 parent f17bbd6 commit 90247e9Copy full SHA for 90247e9
1 file changed
src/fairchem/applications/fastcsp/core/utils/structure.py
@@ -145,7 +145,7 @@ def extract_molecules(structure: Structure) -> list[Atoms]:
145
)
146
lattice = structure.lattice.matrix
147
cart_coords = structure.cart_coords
148
- species = [str(s) for s in structure.species]
+ species = [s.specie.symbol for s in structure.species]
149
150
atoms_list: list[Atoms] = []
151
for comp_id in range(int(labels.max()) + 1):
0 commit comments