welcome: please sign in
location: Diff for "scf"
Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2013-09-12 10:15:49
Size: 6401
Editor: 10
Comment:
Revision 13 as of 2013-09-13 03:33:28
Size: 6501
Editor: 10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Must input one of them if Hartree-Fock calculation is required. Require for restricted/unrestricted/restricted open shell Hartree-Fock calculations.   Must input one of them if Hartree-Fock calculation is required. Require for restricted/unrestricted/restricted open shell Hartree-Fock   calculations.
Line 27: Line 27:
Must input one of them if Kohn-Sham calculation is required. Require for restricted/unrestricted/restricted open shell Kohn-Sham calculations.   Must input one of them if Kohn-Sham calculation is required. Require for restricted/unrestricted/restricted open shell Kohn-Sham   calculations.
Line 90: Line 90:
          None Direct SCF, do not use direct grid.   None Direct SCF, do not use direct grid.
Line 102: Line 102:
Line 104: Line 105:
  If the numerical integral $\rho_{\mu}<threshRho$, the basis $\chi_{\mu}$ will be neglected.
  The $\rho_{\mu}$ is defined as
  \begin{align*}
    \rho_{\mu}=\sum_i w_i*\chi_{\mu}(r_i)\chi_{\mu}(r_i)
  \end{align*}
  Default value: $ThreshRho=\frac{thresh\_ene}{maxradgrid*maxanggrid*natom}$
}}}

== SCF convergence ===
  If the numerical integral <<latex($\rho_{\mu}<threshRho$)>>, the basis <<latex($\chi_{\mu}$)>> will be neglected.
  The <<latex($\rho_{\mu}$)>> is defined as
     <<latex($\rho_{\mu}=\sum_i w_i*\chi_{\mu}(r_i)\chi_{\mu}(r_i)$)>>
  Default value: <<latex($ThreshRho=\frac{thresh\_{ene}}{maxradgrid*maxanggrid*natom}$)>>
}}}

== SCF convergence ==
Line 117: Line 116:
Line 122: Line 120:
Line 127: Line 124:
Line 132: Line 128:
Line 137: Line 132:
Line 140: Line 134:
  Convergence threhhold.    Convergence threhhold.
Line 143: Line 137:
Line 148: Line 141:
Line 153: Line 145:
Line 158: Line 149:
Line 163: Line 153:
Line 168: Line 157:


FOA
FCA
FVA
FOA FCA FVA

== Print and output SCF orbital into Molden format ==
=== print ===
{{{#!wiki
  Print level.
}}}
=== iprtmo ===
{{{#!wiki
  Require to print MO coefficients.
  Values: 1 Only print orbital energy and occupation numbers. 2 Print all information.
}}}
=== Molden ===
{{{#!wiki
  Output SCF orbital into Molden format file.
}}}
Line 179: Line 179:
Line 183: Line 182:
  delta P will be used in integral prescreening instead of P.    delta P will be used in integral prescreening instead of P.
Line 186: Line 185:


Line 193: Line 189:

=== Nok2Prim  ===
=== Nok2Prim ===
Line 197: Line 192:
  value and perform screening.    value and perform screening.
Line 201: Line 196:
Line 211: Line 205:
Line 216: Line 209:
Line 221: Line 213:
Line 230: Line 221:

=== print ===
{{{#!wiki
  Print level.
}}}
 
=== iprtmo ===
{{{#!wiki
  Require to print MO coefficients.
  Values: 1 Only print orbital energy and occupation numbers. 2 Print all information.
}}}
  
Line 246: Line 224:
  Values: -1 Do not cut tail. 1 Project a LMO into fragment with largest Lowdin population.    Values: -1 Do not cut tail. 1 Project a LMO into fragment with largest Lowdin population.
Line 253: Line 231:

Scf

HF/DFT.

General keywords

RHF/UHF/ROHF

  • Must input one of them if Hartree-Fock calculation is required. Require for restricted/unrestricted/restricted open shell Hartree-Fock calculations.

Example:

$Scf
RHF
$end

RKS/UKS/ROKS

  • Must input one of them if Kohn-Sham calculation is required. Require for restricted/unrestricted/restricted open shell Kohn-Sham calculations.

Occupy

  • Used in RHF/RKS. Set double occupied number of each irreps. The following line is an integer array, $noccu(i),i=1,\cdots, nirreps$.

Alpha

  • Used in UHF/ROHF/UKS/ROKS. Set number of alpha orbitals in each irreps. The following line is an integer array, $nalpha(i),i=1,\cdots, nirreps$.

Beta

  • Used in UHF\/ROHF\/UKS\/ROKS. Set number of alpha orbitals in each irreps. The following line is an integer array,$ nbeta(i),i=1,\cdots , nirreps$.

Charge

  • Charge of the state.

Spin

  • Spin of the state. The value is 2S+1.

keyword

DFT functional keywords

DFT

  • DFT functional used in Korn-Sham calculation.

RS

  • Alpha and beta value in CAM calculation. The following line are two float number. For example : 0.33 0.15

D3

  • Grimmers dispersion corrrection for DFT.

DFT grid keywords

NPTRAD

  • Number of radius grid points.

NPTANG

  • Number of angular grid points.

Grid

  • Set DFT grid. Support values are: Ultra Coarse, Coarse, Medium, Fine, Ultra Fine, SG1.

NoSymGrid

  • Do not use symmetry dependent grid. Only for debugging.

DirectGrid

  • Use DirectGrid. Basis set values on the grid points are calculated directly. Default: Direct SCF, use direct grid. None Direct SCF, do not use direct grid.

NoDirectGrid

  • Force to do not use direct grid.

NoGridSwitch

  • For direct SCF, DFT grid can be switched. At the beging of iteration, Ultra coase grid will be used. After energer change is little than a value, such as 1.d-4, the medium grid or user setted grid

    will be used. NoGridSwitch dissiable grid switch and use default grid directly.

ThreshRho

  • If the numerical integral $\rho_{\mu}<threshRho$, the basis $\chi_{\mu}$ will be neglected. The $\rho_{\mu}$ is defined as

    • $\rho_{\mu}=\sum_i w_i*\chi_{\mu}(r_i)\chi_{\mu}(r_i)$

    Default value: $ThreshRho=\frac{thresh\_{ene}}{maxradgrid*maxanggrid*natom}$

SCF convergence

Maxiter

  • Number of maxim iterations in SCF.

Nodiis

  • Disable DIIS.

MaxDiis

  • Maxim number of Diis space. Default: 8

THRENE

  • Convergence threshhold for energy. Default: 1.d-8.

THRDEN

  • Convergence threshhold for density matrix. Default: 3.d-6.

ThreshConverg

  • Convergence threhhold. Two float value: DeltaE DeltaD

THRDIIS

  • Threshold to turn on DIIS. Default: 0.15.

Vshift

  • Level shift value.

Damp

  • Damping value.

Icheck

  • Check Aufbau law.

iAufbau

  • Enable or disable Aufbau law to change orbital occupation number in SCF iteration.

FOA FCA FVA

print

  • Print level.

iprtmo

  • Require to print MO coefficients. Values: 1 Only print orbital energy and occupation numbers. 2 Print all information.

Molden

  • Output SCF orbital into Molden format file.

Expert keywords

IfNoDeltaP

  • Dissable using DeltaP to update Fock matrix.

IfDeltaP

  • Delta P is used to update density matrix. In direct SCF calculation, delta P will be used in integral prescreening instead of P. Default: true.

Optscreen

  • For debugging. Set a stick threshhold for integral prescreening directly. Thresh\_ene*1.d-4.

Nok2Prim

  • Disable primative integral screenning via K2 integrals. Use (SS|SS) esitimating primative integral value and perform screening. Default: Direct SCF, use K2 primative screening.
    • None Direct SCF, use (SS|SS) integral.

FixDif

  • Fix factor for incremental fock update. If the factor is not fixed, use the formular \begin{align*}
    • fac=1-\frac{D{n+1}-Dn}{D{n+1}*D{n+1}} \\ F{n+1}=Fn+fac*\delta F

    \end{align*} if using fixed factor, fac=1.d0.

Jengin

  • Use Jengin method calculate J matrix. In debugging, not support now.

  • Use LinK calculate K matrix. In debugging, not support now.

Guess

  • Method to get initial guess orbital. The following line is a string.
    • Values: Atom, Hcore, Huckel, Read. If Read is used, the old orbital will be read and there is an extra line to set files contain old orbital. The filename is INPORB. It is generated by previous SCF calcualtion with the name Task.scforb

Cutlmotail

  • Methods to cut long Coulomb tails of Local molecular orital. Values: -1 Do not cut tail. 1 Project a LMO into fragment with largest Lowdin population.
    • 2 Similar with 1, but project a LMO into predefined group of fragments with largest Lowdin population. 3 Very stick cutoff. Project LMO to a fragment plus several atoms. The threshhold is 1.d-4.
    Comment: Method 1 is prefered if fragments are well defined. We can easy reduce compuations times in post
    • SCF calcualtion based on LMO because diffirent fragment interaction policy can be predefined, which will reduce ERIs need to be calculated.

Keyword4

xxx

Depend Files

Filename

Description

Format

Examples

scf (last edited 2022-11-03 14:37:07 by bsuo)