Skip to content

Commit 4201994

Browse files
authored
Update analyzer.py (#4464)
Missing a letter "s" for `site.species` in pymatgen.symmetry.analyser.SpacegroupAnalyzer.get_primitive_standard_structure() Signed-off-by: boyoungzheng <[email protected]>
1 parent f9d9fe8 commit 4201994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymatgen/symmetry/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def get_primitive_standard_structure(
586586
lattice = Lattice(np.dot(transf, conv.lattice.matrix))
587587
for site in conv:
588588
new_s = PeriodicSite(
589-
site.specie,
589+
site.species,
590590
site.coords,
591591
lattice,
592592
to_unit_cell=True,

0 commit comments

Comments
 (0)