Skip to content

Commit ba7c4e6

Browse files
authored
Update phonon.py (#77)
1 parent 0621694 commit ba7c4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mattersim/applications/phonon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def compute_phonon_spectrum_dos(
150150
)
151151

152152
# plot phonon spectrum
153-
phonon.auto_band_structure(plot=True, write_yaml=True).savefig(
153+
phonon.auto_band_structure(plot=True, write_yaml=True, with_eigenvectors=True).savefig(
154154
f"{str(atoms.symbols)}_phonon_band.png", dpi=300
155155
)
156156
phonon.auto_total_dos(plot=True, write_dat=True).savefig(

0 commit comments

Comments
 (0)