/*! \page WavefunctionDoc Wavefunction
\section description Description
A wave function is a function of all the electronic and ionic coordinates
(the many-body wave function). With this section, we can build a trial function.
\section plugins Plugins
\subpage Slat_JastrowDoc
\subpage Slat_wfDoc
\subpage Pfaff_wfDoc
\subpage Jastrow2_wfDoc
\subpage BCS_wfDoc
\section old Obsolete
\subpage Cat_wfDoc
*/
//######################################################################
/*! \page Slat_JastrowDoc Slater-Jastrow
Keyword: SLATER-JASTROW or MULTIPLY
\section description Description
Multiply two wave functions
\section options Options
\subsection reqopt Required
Option | Type | Description
|
WF1 | Section | a \ref WavefunctionDoc section
|
WF2 | Section | a \ref WavefunctionDoc section
|
*/
//######################################################################
/*! \page Cat_wfDoc Concatenate Wave function
Keyword: CONCATENATE
\section description Description
Append wave functions into a vector
\section options Options
\subsection reqopt Required
Option | Type | Description
|
WF | Section | a \ref WavefunctionDoc section
|
ORDER | Section | choose the ordering of the wave functions.
For example, ORDER { 0 0 1 } puts the first function twice and the second one
in the third slot. This is for matching multiplications, for example.
|
*/