I'm an EPW novice, and have a basic question about restarting the calculation. I'm trying to interpolate the e-ph matrix elements onto a fine q-grid, and the calculation will take a few walltimes (input file below). I found a few forum posts about how to restart this calculation but wasn't sure which one to follow. I ended up just adding the two restart lines as suggested in [viewtopic.php?t=1262], but the restarted calculation just started from scratch. Could someone let me know which lines to change in the input file for a proper restart? Thank you very much!
I don't know clearly your situations.
If you already have prefix.epmatwp file and you want to restart with this file, please remove the following lines
restart = .true.
restart_step = 10
and replace the following lines
epwwrite = .true.
epwread = .false.
with
epwwrite = .false.
epwread = .true.
Additionally, if you have restart.fmt file and either iterative_bte or ephwrite is true, you can restart the e-ph vertex interpolation on fine grids using the information contained in this file.
Thank you very much for your reply! Actually, when the calculation kept going, it indeed picked up from where it had left off in the q-point interpolation. I was confused because it was repeating the earlier stages of the calculation (Wannierization, e-ph coupling) and thought that restart hadn't worked. After some experimentation, I ended up using the following input file:
Now, when I restart the calculation, it directly goes into the continued q-point interpolation. I will keep your suggestions in mind for further reference. Thank you very much once again!