3.3.20. GENANO — A Program to Generate ANO Basis Sets

GENANO is a program for determining the contraction coefficients for generally contracted basis sets. They are determined by diagonalizing a density matrix, using the eigenvectors (natural orbitals) as the contraction coefficients, resulting in basis sets of the ANO (Atomic Natural Orbitals) type. The program can be used to generate any set of atomic or molecular basis functions. Only one or more wave functions (represented by formated orbital files) are needed to generate the average density matrix. These natural orbital files can be produced by any of the wave function generators, as it is described in Section 4.2.21 of the user’s guide. As an illustrative example, in the Advanced Examples there is an example of how to generate a set of molecular basis set describing Rydberg orbitals for the benzene molecule. The reader is referred to this example for more details.

The GENANO program requires several input files. First, one ONEINT file generated by the SEWARD module for each input wave function. The files must be linked as ONE001, ONE002, etc. If the wave functions correspond to the same system, the same ONEINT file must be linked with the corresponding names as many times as wave functions are going to be treated. Finally, the program needs one file for wave function containing the formated set of natural orbitals. The files must be linked as NAT001, NAT002, etc.

The input file for module GENANO contains basically three important keywords. CENTER defines the atom label for which the basis set is to be generated. The label must match the label it has in the SEWARD. SETS keyword indicates that the next line of input contains the number of sets to be used in the averaging procedure and WEIGHTS defines the relative weight of each one of the previous sets in the averaging procedure. Block 3.3.20.1 lists the input file required by the GENANO program for making a basis set for the oxygen atom. Three natural orbital files are expected, containing the natural orbitals for the neutral atom, the cation, and the anion.

Block 3.3.20.1 Sample input requesting the GENANO module to average three sets of natural orbitals on the oxygen atom.
&GENANO
Title= Oxygen atom basis set: O/O+/O-
Center= O
Sets= 3
Weights= 0.50 0.25 0.25

As output files GENANO provides the file ANO, containing the contraction coefficient matrix organized such that each column correspond to one contracted basis function, and the file FIG, which contains a PostScript figure file of the obtained eigenvalues. The output of GENANO is self-explanatory.