The file ATOMTYPE.nao contains numerical atomic orbitals. The file contains a header with the first two lines being
NGRID LGRID RMAX
NUM_ATOM_ORB
NGRID is the number of radial grid points
LGRID is a grid parameters, that is usually 1.0
RMAX is the maximum radial grid position
NUM_ATOM_ORB is the number of atomic orbitals in this file
The header is followed by NUM_ATOM_ORB lines. Each line contains three integers describing the principal, the angular quantum number, and the occupation number for this atomic subshell, specifying the electronic configuration for which these radial wave function were calculated.
np l occupation
Next, a line follows containing two integers,
LMAX NEV
describing how many angular momentum components and radial functions per angular component are given in this file. The values LMAX and NEV are also explained above. This is followed by the values of the atomic orbitals at each grid point in the following scheme:
The data is read by the following loop:
do l = 0, lmax
do j = 1, nev
read (IO_BASIS, *) A%u_AO(:, k)
end do
end do
The file ATOMTYPE.auger contains Auger-Meitner radial integrals of type where and are the radial atomic wave functions of two valence orbitals, is the radial atomic wave functions of a core orbital, and is a radial atomic wave function of a continuum orbital.
Each line in the file contains one radial integrals according to the following scheme:
#
The file ATOMTYPE.tdipole contains transition-dipole integrals of type where is the wave function for a bound orbital with quantum numbers , and is a wave function for an unbound continuum orbital with radial momentum and angular momentum .
The first line specifies the number of triples combining different values of quantum numbers . The next line containts for each triple the quantum numbers (all integers), i.e.,
...
Next, there is a line for each considered photoelectron energy with the values of the respective transition dipole matrix elements
...
where is the continuum energy in eV.
The gaussian basis set data is specified in the same format as for the Gaussian program. Basis set specifications can be downloaded from the Basis Set Exhange database.