Atomic PAW Setups¶
A setup is to the PAW method what a pseudo-potential is to the pseudo-potential method. All available setups are contained in tar-files. There are setups for the LDA, PBE, revPBE, RPBE and GLLBSC functionals. Install them as described in the Installation of PAW datasets section. The setups are stored as compressed XML specification for atomic PAW datasets files.
Setup releases¶
Date |
Tarfile |
|
---|---|---|
Feb 22 2024 |
New 14 electron Cr PAW potential added.
For high accuracy, it is recommented over the old 6-electron version
(which is still the default). You can use it by
specifying $ gpaw dataset Cr -sw -r2.0 -P3s,4s,3p,4p,3d,d,F -fPBE -t 14 -b
There is also an LDA version of the potential. |
|
Mar 22 2016 |
||
Mar 27 2014 |
||
Oct 26 2012 |
||
Apr 13 2011 |
||
Apr 19 2010 |
||
Jul 22 2009 |
Periodic table¶
Tc |
|||||||||||||||||
La |
Po |
At |
Old PAW-potentials (no longer in use).
Installation of PAW datasets¶
The PAW datasets can be installed automatically or manually.
To install them automatically, run gpaw install-data
{<dir>}. This downloads and unpacks the newest package into
<dir>/gpaw-setups-<version>
. When prompted, answer
yes (y) to register the path in the GPAW configuration file.
To manually install the setups, do as follows:
Get the tar file
gpaw-setups-<version>.tar.gz
of the <version> of PAW datasets from the Atomic PAW Setups page and unpack it somewhere, preferably in$HOME
(cd; tar -xf gpaw-setups-<version>.tar.gz
) - it could also be somewhere global where many users can access it like in/usr/share/gpaw-setups/
. There will now be a subdirectorygpaw-setups-<version>/
containing all the atomic data for the most commonly used functionals.Set the environment variable
GPAW_SETUP_PATH
to point to the directorygpaw-setups-<version>/
, e.g. for bash users, you would put into~/.bashrc
:export GPAW_SETUP_PATH=~/gpaw-setups-<version>
Refer to Using your own setups for alternative way of setting the location of PAW datasets.
Note
In case of several locations of PAW datasets the first found setup file is used.
- GPAW_SETUP_PATH¶
Colon-separated paths to folders containing the PAW datasets.
See also NIST Atomic Reference Data.