40 lines
916 B
Plaintext
40 lines
916 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 5p shell should really be semi-core, so change the cutoff energy
|
|
General.SemicoreEnergy -0.69
|
|
|
|
%block SpeciesLabels
|
|
1 Ba
|
|
%endblock
|
|
|
|
%block Ba
|
|
Atom.PseudopotentialFile Ba.in
|
|
Atom.VKBFile Ba.pot
|
|
Atom.Perturbative_Polarised F
|
|
Atom.PAO_N_Shells 5
|
|
Atom.BasisBlock BaBlock
|
|
%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 BaBlock
|
|
# n, l, number of zetas
|
|
5 0 1
|
|
5 1 1
|
|
6 0 2
|
|
6 1 1
|
|
5 2 1
|
|
# Radii for PAOs (bohr)
|
|
4.5
|
|
5.3
|
|
10.8 6.1
|
|
10.8
|
|
10.8
|
|
%endblock
|