Error in output file - WARNING: random wavefunctions but no delay for mixing, default for NELMDL

Problems running VASP: crashes, internal errors, "wrong" results.


Moderators: Global Moderator, Moderator

Locked
Message
Author
bhaskarchilukuri
Newbie
Newbie
Posts: 9
Joined: Mon Jun 22, 2009 8:27 pm

Error in output file - WARNING: random wavefunctions but no delay for mixing, default for NELMDL

#1 Post by bhaskarchilukuri » Mon Aug 03, 2009 3:52 pm

I get the following error when I run a calculation on a supramolecular stacks of organometallic compounds.

" WARNING: random wavefunctions but no delay for mixing, default for NELMDL "

I have changed the ISTART and IALGO values to see if it changes antthing, but I still get the same error.

Here is my INCAR

ISYM = 0
ICHARG = 1
Electronic minimisation
ENCUT = 400.00 eV
LREAL = Auto
Write Flags
LWAVE = .FALSE.
LVTOT = .TRUE.
DOS related values
ISMEAR = 0
SIGMA = 0.05
Ionic Relaxation
NEDOS = 2000
NBLOCK = 1

Any changes to the INCAR you might recommend to get rid of the error?
Last edited by bhaskarchilukuri on Mon Aug 03, 2009 3:52 pm, edited 1 time in total.

forsdan
Sr. Member
Sr. Member
Posts: 339
Joined: Mon Apr 24, 2006 9:07 am
License Nr.: 173
Location: Gothenburg, Sweden

Error in output file - WARNING: random wavefunctions but no delay for mixing, default for NELMDL

#2 Post by forsdan » Mon Aug 03, 2009 7:02 pm

This is not an error. It's just a warning to direct attention to that you haven't explicitly defined NELMDL in the INCAR file, so instead it will use the default value. The default settings work well for many systems, but for surfaces, complicated magnetic structures, molecule chains, it can often aid electronic convergence if you increase NELMDL and thus delaying the charge density update in the initial stage. Please have a look in the manual:

http://cms.mpi.univie.ac.at/vasp/vasp/node102.html

If you want to remove the warning, just specify NELMDL in your INCAR file, but it's not necessary. Your calculation will in most cases run fine even if you don't. It is only if you experience electronic convergence issues it might help to play with this option.

Cheers,
/Dan
Last edited by forsdan on Mon Aug 03, 2009 7:02 pm, edited 1 time in total.

bhaskarchilukuri
Newbie
Newbie
Posts: 9
Joined: Mon Jun 22, 2009 8:27 pm

Error in output file - WARNING: random wavefunctions but no delay for mixing, default for NELMDL

#3 Post by bhaskarchilukuri » Tue Aug 04, 2009 8:33 pm

Thanks for the reply. That helped
Last edited by bhaskarchilukuri on Tue Aug 04, 2009 8:33 pm, edited 1 time in total.

Locked