2.4. Control of Output

ORCA provides various options to control the amount of printed output. This is specifically important as some methods and protocols can create very large amount of output and data. General control of the output is provided by the PrintLevel and Print[<option>] keywords in the %output block: PrintLevel can be used to select certain default settings for the print array. Specifying Print after PrintLevel can be used to modify these defaults.

%output
  PrintLevel     Normal
  Print[ Flag ]  0  # turn print off
                 1  # turn print on
                 n  # some flags are more sophisticated
end

2.4.2. Simple Input Keywords

For convenience, a variety of simple input keywords that control specific print settings and additional outputs have been implemented as well (cf. Table 2.8).

Table 2.8 Simple input keywords for specific output control.

Keyword

Print options toggled

Description

MiniPrint

PrintLevel mini

Activates printlevel mini

SmallPrint

PrintLevel small

Activates printlevel small (default)

NormalPrint

PrintLevel normal

Activates printlevel normal

LargePrint

PrintLevel large

Activates printlevel mini

PrintMOs

Print[ p_MOs ]

Prints MO coefficients

NoPrintMOs

Suppress printing of MO coefficients

PrintBasis

Print[ p_basis ]

Print the basis set in input format

PrintGap

Print[ p_homolumogap ]

Prints the HOMO/LUMO gap in each SCF iteration.

ReducedPop

Prints Loewdin reduced orb.pop per MO

NoReducedPop

Deactivates printing of Loewdin reduced orb.pop per MO

AIM

Produce a WFN file

XYZFILE

Produce an XYZ coordinate file

PDBFILE

Produce a PDB file

UNO

Produce a UHF natural orbitals

NoPropFile

Do not write to the property file

KeepTransDensity

Keep the transition density matrices on disk