Integral

  • Description
  • Grid Options
  • Other Options
  • Relativistic Calculations
More
Related Keywords

Grid Options

Integration Grid Selection Option

Grid=grid-name

Specifies the named integration grid to be used for numerical integrations. Note that it is very important to use the same grid for all calculations where you intend to compare energies e.g., computing energy differences, heats of formation, and so on.

“Pruned” grids are grids that have been optimized to use the minimal number of points required to achieve a given level of accuracy. Pruned grids are used by default when available, currently defined for H through Kr. For example FineGrid is a pruned (75,302 grid), having 75 radial shells and 302 angular points per shell, resulting in about 7000 points per atom. UltraFine requests a pruned (99,590) grid. It is recommended for molecules containing lots of tetrahedral centers and for computing very low frequency modes of systems. This grid is also useful for optimizations of larger molecules with many soft modes such as methyl rotations, making such optimizations more reliable. SuperFineGrid is a more accurate grid than UltraFine; SuperFineGrid is a pruned 175,974 for first-row atoms and 250,974 for atoms in the second and later rows.

The default grid is UltraFine.

Other special values for this parameter are CoarseGrid, which requests a pruned version of the (35,110) grid, and SG1Grid, a pruned version of (50,194). Note, however, that they are not recommended for production calculations [Krack98]. Pass0Grid requests the obsolete pruned (35,110) grid once intended for pass 0 of a tight SCF calculation.

When any named grid is specified, then the Grid option name itself may be omitted. In other words, Integral(Grid=SuperFine) and Integral(SuperFine) are equivalent.

Grid=N

The parameter to this option is an integer indicating a specific grid specification. N may have one of these forms:

  • A large positive integer of the form mmmnnn, which requests a grid with mmm radial shells around each atom, and nnn angular points in each shell. The total number of integration points per atom is thus mmm*nnn. For example, to specify the (99,302) grid, use Int(Grid=99302). The valid numbers of angular points are 38, 50 [Lebedev75], 72 [McLaren63], 86, 110 [Lebedev75], 146, 194, 302 [Lebedev76], 434 [Lebedev80], 590, 770, and 974 [Lebedev92]. If a larger number of angular points is desired, a spherical product grid can be used.
  • A large negative integer of the form –mmmnnn, which requests mmm radial shells around each atom, and a spherical product grid having nnn θ points and 2*nnn φ points in each shell. The total number of integration points per atom is therefore 2*mmm*nnn2. This form is used to specify the (96,32,64) grid commonly cited in benchmark calculations: Int(Grid=-96032).

Note that any value for nnn is permitted; although, small values are silly (values of nnn < 15 produce grids of similar size and inferior performance to the special angular grids requested by the second format above). Large values are expensive. For example, a value of -200100 would use 2*200*100*100 or 4 million points per atom!

Integration Grid and CPHF Grid

There are 5 optimized grids in steps of increasing grid fineness: Coarse, SG1, Fine, Ultrafine and Superfine. When you select any of these 5 grids via a keyword, using the option form Integral(Grid=grid-name), then the program will automatically select the grid that will be used in the CPHF procedure. The default behavior is CPHF(Grid=TwoStep), meaning that the grid selected for the CPHF is two steps lower than the grid selected with Integral(Grid=grid-name). The exceptions to this rule are jobs like Polar=OptRot, Freq=Anharmonic and Freq=NNROA as these job types default to CPHF(Grid=OneStep), i.e. the grid selected for the CPHF is one step lower than the grid selected with the Integral=Grid option.

The following table summarizes the grids used for the CPHF for the various available grids:

Integral grid CPHF grid CPHF grid
  Most jobs OptRot, Anharmonic, NNROA
Superfine Fine Ultrafine
Ultrafine SG1 Fine
Fine Coarse SG1
SG1 Coarse Coarse
Coarse Coarse Coarse

Note that the application of the two-step or one-step rules above cannot go below the Coarse grid as there is no smaller optimized grid.

When the grid is specified in the form of a spherical grid Grid=-mmmnnn (a negative integer), then that grid is also used for the CPHF.

When the grid is specified in the form of a Lebedev grid via Grid=mmmnnn (a positive integer), the situation is more complex as an internal criteria will be used. Please feel free to email Gaussian Technical Support for details.

  • Description
  • Grid Options
  • Other Options
  • Relativistic Calculations
  • Related Keywords
More

Integration Grid Selection Option

Grid=grid-name

Specifies the named integration grid to be used for numerical integrations. Note that it is very important to use the same grid for all calculations where you intend to compare energies e.g., computing energy differences, heats of formation, and so on.

“Pruned” grids are grids that have been optimized to use the minimal number of points required to achieve a given level of accuracy. Pruned grids are used by default when available, currently defined for H through Kr. For example FineGrid is a pruned (75,302 grid), having 75 radial shells and 302 angular points per shell, resulting in about 7000 points per atom. UltraFine requests a pruned (99,590) grid. It is recommended for molecules containing lots of tetrahedral centers and for computing very low frequency modes of systems. This grid is also useful for optimizations of larger molecules with many soft modes such as methyl rotations, making such optimizations more reliable. SuperFineGrid is a more accurate grid than UltraFine; SuperFineGrid is a pruned 175,974 for first-row atoms and 250,974 for atoms in the second and later rows.

The default grid is UltraFine.

Other special values for this parameter are CoarseGrid, which requests a pruned version of the (35,110) grid, and SG1Grid, a pruned version of (50,194). Note, however, that they are not recommended for production calculations [Krack98]. Pass0Grid requests the obsolete pruned (35,110) grid once intended for pass 0 of a tight SCF calculation.

When any named grid is specified, then the Grid option name itself may be omitted. In other words, Integral(Grid=SuperFine) and Integral(SuperFine) are equivalent.

Grid=N

The parameter to this option is an integer indicating a specific grid specification. N may have one of these forms:

  • A large positive integer of the form mmmnnn, which requests a grid with mmm radial shells around each atom, and nnn angular points in each shell. The total number of integration points per atom is thus mmm*nnn. For example, to specify the (99,302) grid, use Int(Grid=99302). The valid numbers of angular points are 38, 50 [Lebedev75], 72 [McLaren63], 86, 110 [Lebedev75], 146, 194, 302 [Lebedev76], 434 [Lebedev80], 590, 770, and 974 [Lebedev92]. If a larger number of angular points is desired, a spherical product grid can be used.
  • A large negative integer of the form -mmmnnn, which requests mmm radial shells around each atom, and a spherical product grid having nnn θ points and 2*nnn φ points in each shell. The total number of integration points per atom is therefore 2*mmm*nnn2. This form is used to specify the (96,32,64) grid commonly cited in benchmark calculations: Int(Grid=-96032).

Note that any value for nnn is permitted; although, small values are silly (values of nnn < 15 produce grids of similar size and inferior performance to the special angular grids requested by the second format above). Large values are expensive. For example, a value of -200100 would use 2*200*100*100 or 4 million points per atom!

Integration Grid and CPHF Grid

There are 5 optimized grids in steps of increasing grid fineness: Coarse, SG1, Fine, Ultrafine and Superfine. When you select any of these 5 grids via a keyword, using the option form Integral(Grid=grid-name), then the program will automatically select the grid that will be used in the CPHF procedure. The default behavior is CPHF(Grid=TwoStep), meaning that the grid selected for the CPHF is two steps lower than the grid selected with Integral(Grid=grid-name). The exceptions to this rule are jobs like Polar=OptRot, Freq=Anharmonic and Freq=NNROA as these job types default to CPHF(Grid=OneStep), i.e. the grid selected for the CPHF is one step lower than the grid selected with the Integral=Grid option.

The following table summarizes the grids used for the CPHF for the various available grids:

Integral gridCPHF gridCPHF grid
 Most jobsOptRot, Anharmonic, NNROA
SuperfineFineUltrafine
UltrafineSG1Fine
FineCoarseSG1
SG1CoarseCoarse
CoarseCoarseCoarse

Note that the application of the two-step or one-step rules above cannot go below the Coarse grid as there is no smaller optimized grid.

When the grid is specified in the form of a spherical grid Grid=-mmmnnn (a negative integer), then that grid is also used for the CPHF.

When the grid is specified in the form of a Lebedev grid via Grid=mmmnnn (a positive integer), the situation is more complex as an internal criteria will be used. Please feel free to email Gaussian Technical Support for details.

Last updated on: 28 February 2022. [G16 Rev. C.01]