File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
1010- nglview =3.1.4
1111- notebook
1212- numpy =2.3.4
13- - phonopy =2.43.2
13+ - phonopy =2.43.6
1414- plotly =6.3.1
1515- pymatgen =2025.6.14
1616- pyscal3 =3.3.0
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ surface = [
5353 " pymatgen==2025.6.14" ,
5454]
5555phonopy = [
56- " phonopy==2.43.2 " ,
56+ " phonopy==2.43.6 " ,
5757 " spglib==2.6.0" ,
5858]
5959
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ def phonopy_to_atoms(ph_atoms) -> Atoms:
1111
1212 """
1313 return Atoms (
14- symbols = list (ph_atoms .get_chemical_symbols () ),
15- positions = list (ph_atoms .get_positions () ),
16- cell = list (ph_atoms .get_cell () ),
14+ symbols = list (ph_atoms .symbols ),
15+ positions = list (ph_atoms .positions ),
16+ cell = list (ph_atoms .cell ),
1717 pbc = True ,
1818 )
1919
You can’t perform that action at this time.
0 commit comments