nextuppreviouscontentsindex
MOLCAS manual:

Next: 8.22 Guga Up: 8. Programs Previous: 8.20 GRID_IT

Subsections



8.21 guessorb


8.21.1 Description

The GUESSORB program generates a start guess for orbitals. The file GSSORB is created containing these orbitals. They are also put to the runfile and their presence is automatically detected by the programs SCF and RASSCF if needed.


8.21.2 Dependencies

The GUESSORB program requires that the one electron file ONEINT as well as the communication file RUNFILE exist. These are generated by the program SEWARD


8.21.3 Files

Below is a list of the files that are used/created by the program GUESSORB.

8.21.3.1 Input files

GUESSORB will use the following input files: ONEINT, RUNFILE (for more information see [*]).

8.21.3.2 Output files

FileContents
GSSORBGUESSORB orbital output file. Contains a start guess for orbitals.
RUNFILECommunication file for subsequent programs.
MD_GSSMolden input file for molecular orbital analysis.


8.21.4 Input

Below follows a description of the input to GUESSORB.

8.21.4.1 Keywords

KeywordMeaning
PRMOThis keyword will make Guessorb print the orbitals that are generated. On the next line an integer is to be specified that control how much output you get, see below. On the same line you can optionally specify a floating point number that control how many orbitals are printed. Only orbitals with orbital energy less than this number will be printed, default is 5.0au.
  • 1 — Only occupation numbers and orbital energies are printed.
  • 2 — As for 1 but with an additional sorted list of orbital energies.
  • 3 — As for 2 but with orbitals printed in compact format.
  • 4 — As for 3 but orbitals are printed in full format.
PRPOpulationThis keyword will print a Mulliken population analysis based on the assumptions guessorb make with regards to populating orbitals.
STHRThis keyword controls how many orbitals will be deleted. On the next line you specify a threshold that have the default 1 x 10-5. The overlap matrix is diagonalized and only eigenvectors with eigenvalues larger that this threshold will be used, the other will be deleted. This removes near liner dependence.
TTHRThis keyword controls how many orbitals will be deleted. On the next line you specify a threshold that have the default 1 x 106. The kinetic energy matrix is diagonalized in the space of virtual orbitals and only orbitals with energies below this threshold is used, the other will be deleted. This removes degrees of freedom describing core correlation.
GAPThrThis keyword controls how guessorb attempt to populate the orbitals. On the next line a threshold is specified that have the default 0.01. Using this threshold guessorb will make a closed shell configuration if it can find a HOMO/LUMO gap that is larger than the specified threshold. If that can not be done, guessorb will place a number of orbitals in an active space in such a way that the gap between the three spaces (inactive, active and secondary) will be larger than the threshold.
END of input

8.21.4.2 Input examples

In this example Guessorb is used to produce a Mulliken population based on assumptions that are made for population of orbitals.



  &GUESSORB
PrPopulation

In this example Guessorb is used to construct an active space for RASSCF if there are near degeneracies around the fermi level. The orbital file that is produced can be fed directly into RASSCF without specifying the active space.



  &GUESSORB
GapThr  =  0.5

  &RASSCF
LumOrb


next up previous contents index
Next: 8.22 Guga Up: 8. Programs Previous: 8.20 GRID_IT