welcome: please sign in
location: Diff for "grad"
Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2017-08-27 07:05:51
Size: 524
Editor: 124
Comment:
Revision 6 as of 2021-10-16 08:50:37
Size: 1456
Editor: leiyibo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:

=== Double ===
{{{#!wiki
  This keyword is used only when users want to optimize Conical Intersection.
}}}

=== FNAC ===
{{{#!wiki
  This keyword is used to set Nonadiabatic coupling (NAC) of which two states are calculated.
For example :

FNAC

2 3 ! NAC of second and third states are calculated.

}}}

=== maxiter ===
{{{#!wiki
 maximum iteration number for solving CPMCHF equation. Default: 500.
}}}

=== mxiter ===
{{{#!wiki
 maximum iteration number for update vector in solving CPMCHF equation. Default: 50.
}}}

=== IntCre ===
{{{#!wiki
  This keyword can change memory for AOINT saving. maxint=int(maxint*intcre). Default maxint is 268435456.
}}}

=== Ishell ===
{{{#!wiki
  This keyword can change memory for AO based DM2. Default is 4 and set shell number is at least one.
}}}


=== CUTCPMC ===
{{{#!wiki
  threshold for convergence of CPMCHF equation. Default: 1.d-6.
}}}

Grad

Grad is used to calculate analytic gradients.

General keywords

Nrootgrad

Root number of MCSCF/MRCI for gradient calculation. Default: 1.

Double

  • This keyword is used only when users want to optimize Conical Intersection.

FNAC

  • This keyword is used to set Nonadiabatic coupling (NAC) of which two states are calculated.

For example :

FNAC

2 3 ! NAC of second and third states are calculated.

maxiter

  • maximum iteration number for solving CPMCHF equation. Default: 500.

mxiter

  • maximum iteration number for update vector in solving CPMCHF equation. Default: 50.

IntCre

  • This keyword can change memory for AOINT saving. maxint=int(maxint*intcre). Default maxint is 268435456.

Ishell

  • This keyword can change memory for AO based DM2. Default is 4 and set shell number is at least one.

CUTCPMC

  • threshold for convergence of CPMCHF equation. Default: 1.d-6.

Printgrad

Controls amount of gradient printing. Default: 0: minimal output.

> 3: print 1-e contributions from S, T, and V.

>99: print all.

grad (last edited 2021-10-16 08:50:37 by leiyibo)