We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0621694 commit ba7c4e6Copy full SHA for ba7c4e6
src/mattersim/applications/phonon.py
@@ -150,7 +150,7 @@ def compute_phonon_spectrum_dos(
150
)
151
152
# plot phonon spectrum
153
- phonon.auto_band_structure(plot=True, write_yaml=True).savefig(
+ phonon.auto_band_structure(plot=True, write_yaml=True, with_eigenvectors=True).savefig(
154
f"{str(atoms.symbols)}_phonon_band.png", dpi=300
155
156
phonon.auto_total_dos(plot=True, write_dat=True).savefig(
0 commit comments