We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f34d4 commit 132c0baCopy full SHA for 132c0ba
structuretoolkit/common/phonopy.py
@@ -11,7 +11,7 @@ def phonopy_to_atoms(ph_atoms) -> Atoms:
11
12
"""
13
return Atoms(
14
- symbols=list(ph_atoms.get_chemical_symbols()),
+ symbols=list(ph_atoms.symbols),
15
positions=list(ph_atoms.get_positions()),
16
cell=list(ph_atoms.cell),
17
pbc=True,
0 commit comments