Zn PAW datasets

External optional components of Abinit (BigDFT, Wannier90...) and codes using/providing data from/to Abinit (AtomPAW, ONCVPSP, EXC, DP, Yambo...)

Moderators: ebousquet, bxu

Locked
Tiger
Posts: 2
Joined: Thu Mar 10, 2011 1:45 am

Zn PAW datasets

Post by Tiger » Thu Mar 10, 2011 3:50 am

hello
Can you give me some advice about Zn pseudopotential generation?
Zn: 1s2 2s2 2p6 3s2 3p6 3d10 4s2
4s2 as valence
I have used different datasets . But the result is always not good.
This is one of my input files:
Zn 30
LDA-PW scalarrelativistic loggrid 2100
4 3 3 0 0
4 0 2
0 0 0
c
c
c
v
c
c
c
0
2.3
y
3.0
n
Vanderbilt
1 0 ultrasoft
2.0
2.3
2
default
0

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: Zn PAW datasets

Post by Alain_Jacques » Thu Mar 10, 2011 10:41 am

Hello Tiger,

just a few ideas...
1. no need to have such a large grid - your pseudo will be dog slow. Start with 1200-1500, try to go down to 600-900.
2. if you look at the orbital energies, you'll find that if 4s is valence, 3d should be valence too.
3. maximum l for basis and projector functions should be 2
4. add at least one s projector, two p projectors, one d projector - more if you need accuracy

So I would start playing with

Code: Select all

Zn 30
LDA-PW scalarrelativistic loggrid 1200
4 3 3 0 0
0 0 0
c
c
c
v
c
c
v
2
2.3
y
1.
n
y
2.
y
3.
n
y
4.
n
vanderbilt
3 0.0 ultrasoft
2.25
2.25
2.25
2.25
2.25
2.25
0


or similarly (by adding an empty 4p valence, rearranging the projectors and reducing rpaw)

Code: Select all

Zn 30
LDA-PW scalarrelativistic loggrid 1200
4 4 3 0 0
4 1 0
0 0 0
c
c
c
v
c
c
v
v
2
2.0
y
1.
n
y
2.
n
y
3.
n
vanderbilt
3 0.0 ultrasoft
1.95
1.95
1.95
1.95
1.95
1.95
0


This is untested, unfinished, un ... all what you can think about. Look at the valence electrons energies comparison in the "Zn" file when changing parameters. Plot the wfn files to spot large (>15) coefficients and cranky waves. Plot logderiv files to spot ghosts; adjust reference energies for unbound states and matching radii.

Kind regards,

Alain

Tiger
Posts: 2
Joined: Thu Mar 10, 2011 1:45 am

Re: Zn PAW datasets

Post by Tiger » Fri Mar 11, 2011 8:08 am

Dear Alain_Jacques
Thanks for your good advice.
It works.
I will try to test it and finish it .


Kind regards

Tiger

zchen10
Posts: 12
Joined: Mon Jun 07, 2010 7:01 pm

Re: Zn PAW datasets

Post by zchen10 » Fri Aug 19, 2011 5:03 pm

Hi,
I found Zn atomic data file Zn.gga.atompaw and Zn.lda.atompaw under PAW atomic data (ABINIT table) recently.
However, after downloading I got a HTML file insteated of a atompaw file. I downloaded Ce.gga.atompaw
before. There is no trouble.


Regards

Zhifan Chen
Clark Atlanta University
USA

Locked