:orphan: .. index:: *MP2CAL .. _*MP2CAL: ======== \*MP2CAL ======== **Introduction** ================ This section gives directives for the integral-direct closed-shell second-order Møller-Plesset perturbation theory (MP2) calculation. The default algorithm is described `here `_ and is a modification of the original algorithm published in Ref. :cite:`Laerdahl1997`. *Note* that default is to include all positive-energy (electronic) orbitals in the MP2 calculation. You specify .OCCUPIED and .VIRTUAL if you want to do the MP2 calculation with a subset of these orbitals. **Basic keywords** ================== .. index:: .OCCUPIED .. _MP2CAL_.OCCUPIED: .OCCUPIED --------- Specify the active subset of the doubly occupied positive-energy (electronic) orbitals from the SCF. For each fermion irrep, give an :ref:`orbital_strings` of active occupied orbitals. *Default:* All the occupied electronic orbitals. .. index:: .VIRTUAL .. _MP2CAL_.VIRTUAL: .VIRTUAL -------- Specify the active subset of the empty virtual orbitals from the SCF. For each fermion irrep, give an :ref:`orbital_strings` of active virtual orbitals. *Default:* All the unoccupied virtual orbitals. **Advanced options** ==================== .. index:: .INTFLG .. _MP2CAL_.INTFLG: .INTFLG ------- Specify what two-electron integrals to include in the direct MP2 calculation (default: :ref:`HAMILTONIAN_.INTFLG` under :ref:`**HAMILTONIAN`). .. index:: .SCREEN .. _MP2CAL_.SCREEN: .SCREEN ------- Screening threshold in the 4-index transformation. A negative number deactivates screening. *Default:* :: .SCREEN 1.0D-14 **Programmers options** ======================= .. index:: .PRINT .. _MP2CAL_.PRINT: .PRINT ------ Print level. *Default:* :: .PRINT 0 .. index:: .VIRTHR .. _MP2CAL_.VIRTHR: .VIRTHR ------- Threshold for neglecting high-lying virtual orbitals. Neglect all orbitals with energy above this threshold. This option is retained for backwards compatibility, it is advised to use the more general energy option in the :ref:`orbital_strings` input. *Arguments:* Real DMP2\_VIRTHR. *Default:* No threshold. .. index:: .IJTSK .. _MP2CAL_.IJTSK: .IJTSK ------ Max. number of I (or J) orbitals (occupied orbitals) in each calculation batch. Usually one batch is sufficient but larger calculations may be possible by reducing the batch size. Reducing the batch size to half will approximately reduce the memory requirements to 1/4 and increase the CPU time by a factor 4. *Arguments:* Integer IJTSK. *Default:* All active occupied electronic solutions. .. index:: .SCLMEM .. _MP2CAL_.SCLMEM: .SCLMEM ------- Internal memory available for scalar untransformed integrals. Larger batches will be written to disk. *Arguments:* Integer MAXSCL. *Default:* Set by program and is usually sufficient. .. index:: .ORGALG .. _MP2CAL_.ORGALG: .ORGALG ------- Use original alorithm as described in Ref. :cite:`Laerdahl1997`. *Default:* Use `new algorithm `_.