plot only phonon bandstructure

Post here questions linked with issue while running the EPW code

Moderator: stiwari

Post Reply
huebener

plot only phonon bandstructure

Post by huebener »

Dear All,

A very simple question: I would like to use EPW to plot only the phonon bandstructure, without going through the e-ph coupling calculations etc. Is that possible?

Background: I have done a series of quite heavy calculations of e-ph couplings, that require

Code: Select all

etf_mem = .false.
so I cannot restart it with a simple

Code: Select all

band_plot= .true.
Instead, I would like to start a new EPW run that reads the same phonons etc. from ph.x (which were also costly), but then jumps immediately to the band-interpolation routine.

Thank you very much for your help and my apologies in case I have overlooked the documentation for this.

Cheers,
Hannes
carla.verdi
Posts: 155
Joined: Thu Jan 14, 2016 10:52 am
Affiliation:

Re: plot only phonon bandstructure

Post by carla.verdi »

Technically you can't skip the interpolation of the e-ph matrix elements, but there is a way to get the phonon band structure fast: just use band_plot=.true. (no self-energy etc calculation), nkf1=nkf2=nkf3=1 (you don't care about many k-points) and filqf=your BZ path for the phonons. In this way it should be very fast!

Cheers
Carla
Post Reply