~ubuntu-branches/ubuntu/karmic/psicode/karmic

« back to all changes in this revision

Viewing changes to doc/userman/detci.tex

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck, Michael Banck, Daniel Leidert
  • Date: 2009-02-23 00:12:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223001202-rutldoy3dimfpesc
Tags: 3.4.0-1
* New upstream release.

[ Michael Banck ]
* debian/patches/01_DESTDIR.dpatch: Refreshed.
* debian/patches/02_FHS.dpatch: Removed, applied upstream.
* debian/patches/03_debian_docdir: Likewise.
* debian/patches/04_man.dpatch: Likewise.
* debian/patches/06_466828_fix_gcc_43_ftbfs.dpatch: Likewise.
* debian/patches/07_464867_move_executables: Fixed and refreshed.
* debian/patches/00list: Adjusted.
* debian/control: Improved description.
* debian/patches-held: Removed.
* debian/rules (install/psi3): Do not ship the ruby bindings for now.

[ Daniel Leidert ]
* debian/rules: Fix txtdir via DEB_MAKE_INSTALL_TARGET.
* debian/patches/01_DESTDIR.dpatch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
No restrictions are placed on the occupancy of RAS II orbitals.
119
119
Typically this will correspond to the conventional idea of
120
120
an ``active space'' in multi-reference CI.
121
 
\item[RAS 3 = (integer array)]\mbox{}\\
 
121
\item[RAS3 = (integer array)]\mbox{}\\
122
122
Should be in {\tt psi:()} or {\tt default:()} sections of input.
123
123
As above for {\tt RAS3}, but for the RAS III subspace.
124
124
A maximum of {\tt EX\_LVL} electrons are allowed in RAS III.
155
155
This option allows the user to look for CI vectors of a different irrep
156
156
than the reference.  This probably only makes sense for Full CI,
157
157
and it is not supported for unit vector guesses.
 
158
\item[MPN = boolean]\mbox{}\\
 
159
If {\tt TRUE}, compute MPn energies up to nth order, where MAXNVECT = n
 
160
controls the maximum order energy computed.  For open-shell systems
 
161
(REF = ROHF, WFN = ZAPTN), ZAPTn energies are computed.
158
162
\end{description}
159
163
 
160
164
For larger computations, additional keywords may be required, as
161
165
described in the \PSIdetci\ man pages.
162
166
 
 
167
\subsubsection{Arbitrary Order Perturbation Theory}
 
168
\PSIthree\ is capable of computing arbitrary order M{\o}ller-Plesset
 
169
 perturbation theory (MPn, closed-shell systems) and 
 
170
Z-averaged perturbation theory (ZAPTn, open-shell systems) energies,
 
171
invoked with MPN = TRUE.  The maximum level of perturbation theory
 
172
computed is controlled by MAXNVECT.
 
173
Higher order energies (2n - 1 and 2n - 2) can be computed at no additional
 
174
computational cost by using WIGNER = TRUE.
 
175
By default, the n{th} order energy is saved, but (2n - 1) or (2n - 2) order 
 
176
energies can be saved using SAVE\_MPN2 = 1 or SAVE\_MPN2 = 2, respectively.
 
177
 
 
178
For open-shell systems, arbitary order ZAPTn energies can be computed using
 
179
WFN = ZAPTN and REF = ROHF.
 
180
All other options are the same as 
 
181
closed-shell MPn.