welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the Admin password?

Revision 6 as of 2018-10-11 13:37:24

location: mcscf

MCSCF

Multi-configurational self consistent field program.

General keywords

Inactive

Example:

Active

Example:

actel

Example:

Symmetry

Example:

Spin

Example 1:

Spin
 1   # singlet

Example 2:

Spin
 2  # doublet

Nroots

Three lines should be provided. Line 1: Two integrals. The first is number of averaged states and the second number of states calculated in CI. Line 2: which states should be averaged Line 3: weight of states in state-average calcualtion

Example:

Nroots
3  4     # 3 states will be averged, 4 states will be calculated
1 2 3   # States 1 2 3 will be averged
1 1 1    # equal weight for each state

MixCI

Four lines should be provided. Line 1: number for different types of CI. Line 2: spin multiplicity for each type of CI. Line 3: averaged state number for each type of CI. Line 4: irreducible representation number for each type of CI.

Example:

MixCI
  3      # number for three types of CI.
1 2 3    # singlet, triplet and quintuplet for three types of CI.
3 1 2    # three, one and two averaged states for three types of CI.
1 4 3    # first, fourth, third irreducible representation for three types of CI.  

Comment:

   With keyword 'MixCI' setting, keywords 'spin' and 'symmetry' are useless and can be missing.