There was an error while loading. Please reload this page.
1 parent cb09b50 commit 2e4b6aeCopy full SHA for 2e4b6ae
1 file changed
src/matcalc/_phonon.py
@@ -203,5 +203,5 @@ def calc(self, structure: Structure | Atoms | dict[str, Any]) -> dict:
203
if self.write_total_dos:
204
phonon.auto_total_dos(write_dat=True, filename=self.write_total_dos)
205
if self.write_phonon:
206
- phonon.save(filename=self.write_phonon)
+ phonon.save(filename=self.write_phonon) # type: ignore[arg-type]
207
return result | {"phonon": phonon, "thermal_properties": phonon.get_thermal_properties_dict()}
0 commit comments