Page 1 of 1

Optical properties

Posted: Thu Sep 27, 2007 3:48 pm
by lsam
Hello,

I want to get the optics matrix elements, so added the lines

LOPTICS = .TRUE.
NPAR = 1
in my INCAR file, but nothing happens. I was expecting a new file, but I didn't found any new file.

Anyone knows what's happen?

Regards

Optical properties

Posted: Fri Sep 28, 2007 8:57 am
by admin
the data should be written on file 'OPTIC'
please check whether you have used PAW potentials ?(if not, LOPTICS is reset to .false.)

Optical properties

Posted: Fri Sep 28, 2007 9:01 am
by irene
1) First, you have to run a SCF calculation (with ICHARG 1) to get an initial CHGCAR.

2) Then perform a non-selfconsistent calculation (changing ICHARG to 11 to read the prevously calculated CHGCAR) with LOPTICS=.TRUE. and NPAR=1

Optical properties

Posted: Fri Sep 28, 2007 9:16 am
by lsam
Ok, I was using US potentials.

Thanks for your help.