Next: 40.13 Further facilities Up: 40 THE VB PROGRAM Previous: 40.11.3 Printing weights of

40.12 Controlling the amount of output

PRINT,i$_1$, i$_2$,...;

Each number specifies the level of output required at various stages of the execution, according to the following convention:

-1
No output except serious, or fatal, error messages.
0
Minimal output.
1
Standard level of output.
2
Extra output.
The areas for which output can be controlled are:
$i_1$
Print of input parameters, wavefunction definitions, etc.
$i_2$
Print of information associated with symmetry constraints.
$i_3$
General convergence progress.
$i_4$
Progress of the 2nd order optimization procedure.
$i_5$
Print of converged solution and analysis.
$i_6$
Progress of variational optimization.
$i_7$
Usage of record numbers on file 2.
For all, the default output level is +1. If $i_5\geq$2 VB orbitals will be printed in the AO basis (provided that the definition of MOs is available); such output may be especially useful for plotting of orbitals.

molpro@molpro.net
Oct 10, 2007