Page 1 of 1

How to use the PAW pseudopotential in XML format?

Posted: Sat Jul 23, 2016 4:20 pm
by youhuan
Dear all:
I am using XML formats of PAW PSPs downloaded from
http://www.abinit.org/downloads/PAW2
The prob is that abinit-8.0.8 seems to have difficulty reading the PSPs in XML format.
The output halts immediately after this:
instrng : 63 lines of input have been read
iofn2 : Please give name of formatted atomic psp file
iofn2 : for atom type 1 , psp file is yanshi_S/PAW/S.LDA_PW-JTH.xml
inpspheads : In order to use XML pseudopotentials, you need to compile ABINIT
with the -DFOX preprocessing option, and also to compile the FoX library. Stop.
I am a beginner. Could you explain how to "compile ABINIT with the -DFOX preprocessing option, and also to compile the FoX library" in detail? Thanks a lot!
With best regards.
youhuan

Re: How to use the PAW pseudopotential in XML format?

Posted: Mon Jul 25, 2016 8:51 am
by Jordan
Hi,
Although this should not happen... you can try for simplicity to recompile abinit adding

Code: Select all

--with-trio-flavor="fox"

when you do the ./configure step.
Of course, if you already have --with-trio-flavor, just add fox like this :

Code: Select all

--with-trio-flavor="whatyouhave+fox"


Cheers

Jordan

Re: How to use the PAW pseudopotential in XML format?  [SOLVED]

Posted: Mon Jul 25, 2016 2:07 pm
by torrent
Are you sure that you're using abinit-8.0.8 ?
This error message doesn't exist anymore in abinit v8 (and Fox is no more supported).
Check the ABINIT version you're using.

Re: How to use the PAW pseudopotential in XML format?

Posted: Tue Jul 26, 2016 10:26 am
by youhuan
Dear Dr. Jordan and Dr. torrent:
Thank you very much for your answers. I have reexamined the ABINIT version and found the ABINIT version used is old (I have made a mistake in the ABINIT program path). I have solved this problem and thank you!
Best regards.
youhuan