Hi,
i would like to perform PBE calculations on H2O molecule,
with HGH pseudopotentials, atk-12.2.r1.622604e-linux64.bin.
I have three questions:
1.
Guessing from #
http://quantumwise.com/forum/index.php?topic=1354.0 i would set:
basis_set = [
GGABasis.Hydrogen_DoubleZetaPolarized(
pseudopotential=NormConservingPseudoPotential('normconserving/HGH/H.LDA.1.zip'))
GGABasis.Oxygen_DoubleZetaPolarized(
pseudopotential=NormConservingPseudoPotential('normconserving/HGH/O.LDA.6.zip')),
]
Is it the right way?
There is no HGH pseudopotential for hydrogen (more elements are missing) under
normconserving/HGH/, but they are provided
at
http://www.abinit.org/downloads/psp-links/psp-links/hgh2.
Moreover, I'm unable to unzip the normconserving/HGH/O.LDA.6.zip file,
in order to verify if it is the expected pseudopotential:
$ ls pseudopotentials/normconserving/HGH/O.LDA.6.zip && unzip pseudopotentials/normconserving/HGH/O.LDA.6.zip
pseudopotentials/normconserving/HGH/O.LDA.6.zip
Archive: pseudopotentials/normconserving/HGH/O.LDA.6.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Is it expected?
3. Does ATK offer only basis set representation? I'm interested in getting
an accurate HGH result, in order to compare with other codes
performing HGH, like abinit.