[Solved]Calculate local Density of Stateof each atom in u.c.

Total energy, geometry optimization, DFT+U, spin....

Moderator: bguster

Locked
ljludwig
Posts: 77
Joined: Fri Jun 08, 2012 5:19 am

[Solved]Calculate local Density of Stateof each atom in u.c.

Post by ljludwig » Sun Jun 17, 2012 1:59 am

Hello everyone:

In order to calculate l-resolved local DoS, we should set up prtdos=3

and specify

natsph, iatsph and ratsph.

I'm sorry that I still cant understand the meaning after looking at the input-variable-explanation, tutorial as well as trying...

For instance, if there are 3 atoms in one unit cell, and now the local DoS of each of the three atoms are needed,

Then shall we setup as
ndtset 3
natsph 1
iatsph1 1
iatsph2 2
iatsph3 3
ratsph1 r1
ratsph2 r2
ratsph3 r3

Or natsph 1 iatsph 1 2 3 ratsph r1 r2 r3?
It seems none works...

What's worse, I don't quite follow why iatsph <=natsph, since the tutorial example of FCC Fe in spin session, it does have iatsph>natsphe...

Any hint of this? Many thanks.
Last edited by ljludwig on Tue Jun 19, 2012 5:47 pm, edited 1 time in total.

blackburn
Posts: 42
Joined: Fri Aug 14, 2009 8:03 pm

Re: Calculate local Density of State (DoS) of each atom in u

Post by blackburn » Mon Jun 18, 2012 3:02 pm

Hi,

natsph and iatsph work just like ndtset and jdtset.

natsph = the number of atom you want your decomposition in (default = natom)
iatsph = the index of these atom (must be smaller or equal to natom; you have to specify natsph of these) (default= 1 to natom)

In your case, you could do it in 1 dataset with natsph =3 and iatsph = 1 2 3 (or not specify anything, it's the same by default).

Simon

ljludwig
Posts: 77
Joined: Fri Jun 08, 2012 5:19 am

Re: Calculate local Density of State (DoS) of each atom in u

Post by ljludwig » Tue Jun 19, 2012 5:46 pm

Thank you very much, Simon! Your answer exactly sweeps away my confusion and helps a lot!

Locked