Error while trying to restart with epbread = .true.

Post here questions linked with issue while running the EPW code

Moderator: stiwari

Post Reply
al7
Posts: 8
Joined: Thu Apr 21, 2022 3:09 pm
Affiliation: University of Illinois Chicago

Error while trying to restart with epbread = .true.

Post by al7 »

I am trying to restart a calculation and am getting the following error message in the epw.out file:

Code: Select all

     Reading input from epw.in

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     Error in routine epw_readin (1):
     Bad line in namelist &inputepw': "  kmaps       = .true." (error could be in the previous line)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

     stopping ...
My input is as follows:

Code: Select all

--
&inputepw
  prefix   = 'C',
  amass(1) = 12.01070,
  outdir      = './'

  ep_coupling = .true.
  elph        = .true.
  kmaps       = .true.
  epbwrite    = .true.
  epbread     = .true.

  epwwrite    = .true.
  epwread     = .false.
  
    wannierize  = .true.
  num_iter    = 10000
auto_projections = .true.
scdm_proj =.true.

hlee
Posts: 415
Joined: Thu Aug 03, 2017 12:24 pm
Affiliation: The University of Texas at Austin

Re: Error while trying to restart with epbread = .true.

Post by hlee »

Dear al7:

Since EPW v5.4, kmaps is removed: https://docs.epw-code.org/doc/Releases.html#epw-v5-4

Sincerely,

H. Lee

Post Reply