40 lines
902 B
Plaintext
40 lines
902 B
Plaintext
# The basis set created by this file should be fairly reliable,
|
|
# and we recommend using it, or adapting it to make larger basis
|
|
# sets by changing the number of zeta functions and their radii
|
|
# in the BasisBlock below. At present it is a DZP size basis
|
|
# (though there are two types of polarisation orbital, l=1 and l=2)
|
|
|
|
General.NumberOfSpecies 1
|
|
# The 4p shell is really semi-core, so adjust the cutoff
|
|
General.SemicoreEnergy -0.58
|
|
|
|
%block SpeciesLabels
|
|
1 Rb
|
|
%endblock
|
|
|
|
%block Rb
|
|
Atom.PseudopotentialFile Rb.in
|
|
Atom.VKBFile Rb.pot
|
|
Atom.Perturbative_Polarised F
|
|
Atom.PAO_N_Shells 5
|
|
Atom.BasisBlock RbBlock
|
|
%endblock
|
|
|
|
# Specify the number of PAOs for each n,l pair and then their radii
|
|
# The radii below are based on default CONQUEST energies for the
|
|
# valence shells
|
|
%block RbBlock
|
|
# n, l, number of zetas
|
|
4 0 1
|
|
4 1 1
|
|
5 0 2
|
|
5 1 1
|
|
4 2 1
|
|
# Radii for PAOs (bohr)
|
|
4.5
|
|
5.2
|
|
11.8 6.4
|
|
11.8
|
|
11.8
|
|
%endblock
|