kmaps has to be true when we do a restart.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12889 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2016-08-31 09:05:05 +00:00
parent 5aefd02d03
commit 6e08791b85
4 changed files with 5 additions and 0 deletions

View File

@ -517,6 +517,8 @@
&'Error: longrange or shortrange can only be true if lpolar is true as well.',1)
IF ( longrange .AND. shortrange) CALL errore('epw_init',&
&'Error: longrange and shortrange cannot be both true.',1)
IF ( epwread .AND. .not. kmaps .AND. .not. epbread) CALL errore('epw_init',&
&'Error: kmaps has to be true for a restart run. ',1)
!
! thickness and smearing width of the Fermi surface
! from eV to Ryd

View File

@ -7,6 +7,7 @@
iverbosity = 3
elph = .true.
kmaps = .true.
epbwrite = .false.
epbread = .false.

View File

@ -9,6 +9,7 @@
band_plot = .true.
elph = .true.
kmaps = .true.
epbwrite = .false.
epbread = .false.

View File

@ -7,6 +7,7 @@
iverbosity = 1
elph = .true.
kmaps = .false.
epbwrite = .true.
epbread = .false.