mp2: Canonical Evaluation of MP2 Energy and Gradients


Files

file  amps.cc
 Enter brief description of file here.
file  mp2/build_A.cc
 Enter brief description of file here.
file  mp2/build_X.cc
 Enter brief description of file here.
file  mp2/cache.cc
 Enter brief description of file here.
file  mp2/check_energy.cc
 Check the SCF energy (only RHF working for now).
file  mp2/deanti.cc
 Enter brief description of file here.
file  mp2/dipole.cc
 Enter brief description of file here.
file  mp2/energy.cc
 Enter brief description of file here.
file  mp2/fold.cc
 Enter brief description of file here.
file  mp2/get_moinfo.cc
 Enter brief description of file here.
file  mp2/get_params.cc
 Enter brief description of file here.
file  mp2/globals.h
 Enter brief description of file here.
file  mp2/Iab.cc
 Enter brief description of file here.
file  mp2/Iai.cc
 Enter brief description of file here.
file  mp2/Iia.cc
 Enter brief description of file here.
file  mp2/Iij.cc
 Enter brief description of file here.
file  mp2/lag.cc
 Enter brief description of file here.
file  mp2/moinfo.h
 Enter brief description of file here.
file  mp2/mp2.cc
 Canonical evaluation of MP2 energy and gradients.
file  mp2/opdm.cc
 Enter brief description of file here.
file  mp2/params.h
 Enter brief description of file here.
file  mp2/priority.cc
 Enter brief description of file here.
file  mp2/relax_I.cc
 Enter brief description of file here.
file  relax_opdm.cc
 Enter brief description of file here.
file  mp2/sort_amps.cc
 Enter brief description of file here.
file  sort_I.cc
 Enter brief description of file here.
file  sort_opdm.cc
 Enter brief description of file here.
file  sort_twopdm.cc
 Enter brief description of file here.
file  mp2/twopdm.cc
 Enter brief description of file here.
file  write_data.cc
 Enter brief description of file here.
file  Zvector.cc
 Enter brief description of file here.

Functions

void psi::mp2::check_energy (int chk)

Detailed Description


Function Documentation

void psi::mp2::check_energy ( int  chk  ) 

check_energy(): Recompute the SCF energy from the integrals and various choices of the density.

Parameters:
chk = 1 for MP2 density, 2 for Fock-adjusted MP2 density, 3 = MP2 Mulliken density
Returns: none

Definition at line 25 of file mp2/check_energy.cc.

00026 {
00027   if(params.ref == 0) return(rhf_check_energy(chk));
00028   else if(params.ref == 2) return(uhf_check_energy(chk));
00029 }


Generated on Wed Feb 13 16:36:15 2008 for PSI by  doxygen 1.5.4