Basis Sets

Most methods require a basis set be specified; if no basis set keyword is included in the route section, then the STO-3G basis will be used. The exceptions consist of a few methods for which the basis set is defined as an integral part of the method; they are listed below:

The following basis sets are stored internally in the Gaussian 03 program (see references cited for full descriptions), listed below by their corresponding Gaussian 03 keyword (with two exceptions):

Atoms cc-pVDZ cc-pVTZ cc-pVQZ cc-pV5Z cc-pV6Z
H 2s,1p 3s,2p,1d 4s,3p,2d,1f 5s,4p,3d,2f,1g 6s,5p,4d,3f,2g,1h
He 2s,1p 3s,2p,1d 4s,3p,2d,1f 5s,4p,3d,2f,1g not available
B-Ne 3s,2p,1d 4s,3p,2d,1f 5s,4p,3d,2f,1g 6s,5p,4d,3f,2g,1h 7s,6p,5d,4f,3g,2h,1i
Al-Ar 4s,3p,1d 5s,4p,2d,1f 6s,5p,3d,2f,1g 7s,6p,4d,3f,2g,1h not available
Ga-Kr 5s,4p,1d 6s,5p,3d,1f not available not available not available

Adding Polarization and Diffuse Functions

Single first polarization functions can also be requested using the usual * or ** notation. Note that (d,p) and ** are synonymous-6-31G** is equivalent to 6-31G(d,p), for example-and that the 3-21G* basis set has polarization functions on second row atoms only. The + and ++ diffuse functions [389] are available with some basis sets, as are multiple polarization functions [390]. The keyword syntax is best illustrated by example: 6-31+G(3df,2p) designates the 6-31G basis set supplemented by diffuse functions, 3 sets of d functions and one set of f functions on heavy atoms, and supplemented by 2 sets of p functions on hydrogens.

When the AUG- prefix is used to add diffuse functions to the cc-pV*Z basis sets, one diffuse function of each function type in use for a given atom is added [368,369]. For example, the AUG-cc-pVTZ basis places one s, one d, and one p diffuse functions on hydrogen atoms, and one d, one p, one d, and one f diffuse functions on B through Ne and Al through Ar.

Adding a single polarization function to 6-311G (i.e. 6-311G(d)) will result in one d function for first and second row atoms and one f function for first transition row atoms, since d functions are already present for the valence electrons in the latter. Similarly, adding a diffuse function to the 6-311G basis set will produce one s, one p, and one d diffuse functions for third-row atoms.

When a frozen-core calculation is done using the D95 basis, both the occupied core orbitals and the corresponding virtual orbitals are frozen. Thus while a D95** calculation on water has 26 basis functions, and a 6-31G** calculation on the same system has 25 functions, there will be 24 orbitals used in a frozen-core post-SCF calculation involving either basis set.

The following table lists polarization and diffuse function availability and the range of applicability for each built-in basis set in Gaussian 03:

 Basis Set  Applies to Polarization Functions Diffuse Functions
STO-3G H-Xe *  
3-21G H-Xe * or ** +
6-21G H-Cl (d)  
4-31G H-Ne (d) or (d,p)  
6-31G H-Kr (3df,3pd) ++
6-311G H-Kr (3df,3pd) ++
D95 H-Cl except Na and Mg (3df,3pd) ++
D95V H-Ne (d) or (d,p) ++
SHC H-Cl *  
CEP-4G H-Rn * (Li-Ar only)  
CEP-31G H-Rn * (Li-Ar only)  
CEP-121G H-Rn * (Li-Ar only)  
LanL2MB H-Ba, La-Bi    
LanL2DZ H, Li-Ba, La-Bi    
SDD, SDDAll all but Fr and Ra    
cc-pV(DTQ5)Z H-He, B-Ne, Al-Ar, Ga-Kr included in definition added via AUG- prefix
cc-pV6Z H, B-Ne included in definition added via AUG- prefix
SV H-Kr    
SVP H-Kr included in definition  
TZV and TZVP H-Kr included in definition  
MidiX H, C-F, S-Cl, I, Br included in definition  
EPR-II, EPR-III H, B, C, N, O, F included in definition  
UGBS H-Lr UGBS(1,2,3)P  
MTSmall H-Ar    
DGDZVP H-Xe    
DGDZVP2 H-F, Al-Ar, Sc-Zn    
DGTZVP H, C-F, Al-Ar    

Additional Basis Set-Related Keywords

The following additional keywords are useful in conjunction with these basis set keywords:

Other basis sets may also be input to the program using the ExtraBasis and Gen keywords. The ChkBasis keyword indicates that the basis set is to read from the checkpoint file (defined via the %Chk command). See the individual descriptions of these keywords later in this chapter for details.

Issues Arising from Pure vs. Cartesian Basis Functions

Gaussian users should be aware of the following points concerning pure vs. Cartesian basis functions:

Density Fitting Basis Sets

Gaussian 03 provides the density fitting approximation for pure DFT calculations [35,36,392]. This approach expands the density in a set of atom-centered functions when computing the Coulomb interaction instead of computing all of the two-electron integrals. It provides significant performance gains for pure DFT calculations on medium sized systems too small to take advantage of the linear scaling algorithms without a significant degradation in the accuracy of predicted structures, relative energies and molecular properties. Gaussian 03 can generate an appropriate fitting basis automatically from the AO basis, or you may select one of the built-in fitting sets.

The desired fitting basis set is specified as a third component of the model chemistry, as in this example:

# BLYP/6-31G(d)/Auto

The DGA1 and DGA2 fitting sets [387,388] are available in Gaussian. DGA1 is available for H through Xe, and DGA2 is available for H, He and B through Ne.

In addition, density fitting sets can be generated automatically from the AO primitives using Auto, Auto=All, or Auto=N. In the latter case, N is the maximum angular momentum retained in the fitting functions. The default is Max(MaxTyp+1,2*MaxVal), where MaxTyp is the highest angular momentum in the AO basis and MaxVal is the highest valence angular momentum. PAuto generates all products of AO functions on one center instead of just squares of the AO primitives, but this is typically more functions than are needed.

By default, no fitting set is used. Density fitting basis sets may be augmented with the ExtraDensityBasis keyword, defined in full with the Gen keyword, and optionally retrieved from the checkpoint file (use ChkBasis to do so).


Click here to go on to the next section.