5.7 Counterpoise-Corrections using the JOBBSSE Script

The shell script jobbsse controls and executes the automatic calculation of the counterpoise correction as it has been formulated by Boys and Bernadi (S. F. Boys and F. Bernardi, Mol. Phys., 19, 553 (1970)) to estimate the Basis Set Superposition Error (BSSE). For a dimer, the cp-correction takes the form for the monomers A and B:

  CP
E AB = EAB  - (EA(B) - EA )- (EB (A) - EB )
Where parentheses denote ghost basis sets without electrons or nuclear charges. For a trimer jobbsse used by default the conventional so-called site-site functional counterpoise corrections:
  CP
E ABC = EABC  - (EA (BC) - EA ) - (EB (AC) - EB )- (EC (AB ) - EC ) .
jobbsse works similar as the jobex script: it cycles through the SCF/DFT and, if needed, gradient and force relaxation programs and stops if either the maximum number of cycles is reached or the convergence criteria (change in the total energy, maximum norm of the gradient) are fulfilled. It does either only energy calculations or a full geometry optimization including up to three fragments. By default, the executable programs are taken from the load modules library within the TURBOMOLE directory.

Note that you need to set up the fragments (and possibly their symmetries using define in the geometry menu beforehand. The general structure of a jobbsse calculation is as follows:

1.
bsseenergy is invoked to generate input files for define, which is then used to prepare the control files (including occupation numbers, initial guess MOs, etc.) for the different “ghost“ and monomer calculations and shell scripts with commands for calculations on these fragments.
2.
jobbsse cycles over the supermolecular complex and the fragments and computes the energies and, if requested, gradients for them. Then the counterpoise-corrected results are evaluated and written to the standard data groups ($energy and $grad).
3.
For geometry optimizations one of the structure relaxation codes (statpt or relax) is invoked to update the coordinates and check for convergence. If the structure optimization is not converged jobbsse continues with the previous step.

Note, that counterpoise-corrected calculations with jobbsse are NOT as black-box as ordinary geometry optimizations with jobex. The input generated for the fragments are based on the default occupation numbers obtained from the EHT guess, default assignments for the frozen orbitals, memory, etc. Since this might be different from what is needed (or even fail), it is recommended to let jobbsse stop after the initial setup step using the flag -setup and to check carefully the assigned basis sets, occupations number and subsystem symmetries. In particular, for MP2 or CC2 calculations with molecules containing not only the atoms H–Ar also the number of frozen orbitals should be checked, and if neccessary corrected.

5.7.1 Options

Given a shell the usage is:

 nohup jobbsse & 

This command invokes cp-correction, and, if needed structure optimization using the default program statpt. Note, that the program needs to know which calculation is being done. Structure optimizations using program relax can be performed using -relax flag:

 nohup jobbsse -opt -relax & 

nohup means that the command is immune to hangups, logouts, and quits. & runs a background command. jobbsse accepts the following arguments controlling the level of calculation, convergence criteria and many more (for example nohup jobbsse -gcart 4 &):

-energy integer

converge total energy up to
10(-<integer>) Hartree (default: 6)

-gcart integer

converge maximum norm of cartesian gradient up to
10(-<integer>) atomic units (default: 3)

-c integer

perform up to integer cycles (default: 100)

-gradient

calculate the gradient as well

-opt

optimise the structure

-relax

use the relax program for force relaxation

-level level

define the optimization level, level=scf, dft, mp2, or cc2 (default is scf). Note that the program needs this input! If the level is DFT, the grid will be automatically set to m4.

-ri

use RI modules ridft and rdgrad (fast Coulomb approximation) instead of dscf and grad as well as rimp2 instead of mpgrad 

-l <path>

employ programs from directory <path>

-mem integer

Is able to control the memory from outside define Note that if you did not define any memory, it is automatically set to 1 GB

-trimer

calculates, in case we have a trimer:
Energy = ABC - AB(C) + AB - AC(B) + AC - BC(A) + BC
rather than
Energy = ABC - A(BC) + A - B(AC) + B - C(AB) + C
(note that the first term neglects the BSSE in the dimer)

-setup

Interrupt calculation after the initial setup step to check and possibly correct the control files for the fragments and the supermolecule. To continue, start jobbsse without the -setup option.

-help

shows a short description of the commands above

5.7.2 Output

There will be an output written to file bsse_out. In this file, you will find all individual energies computed which were used to calculate the last cp-corrected energy. The same holds true for the last gradients, which are written to grad_out.

The convergence criteria and their current values are written out at the not.converged file. For the possible options to control convergence check the subsection for the optimization program used (statpt, which is used by default, or relax). Since for weak complexes the force constants for intra- and intermolecular bonds very strongly in magnitude, it is recommended to use whenever possible redundant internal coordinates.