Intro | Features | Documentation | Download |
Zori Main Page
Compilation instructions
Download Required
Dowload Zori
Manual
Optimization Tutorial
export PATH=$PATH:$ZORI_HOME/zori/src/
cd $ZORI_HOME/molecules/SpecificMolecule/zoriIO/
cp $ZORI_HOME/zori/src/optimize-optpp.xml .Of specific interest is the ERefType parameter. The options that it can take are:
emacs optimize-optpp.xml
| ERefType option |
Description |
| Mean |
Set the reference energy to the
initial mean of the fixed-sample to be optimized (safe parameter) |
| AdaptiveMean |
Dynamically set the reference
energy to the
mean of the sample at each step
of the optimization run (expermiental) |
| External |
Specify an external energy. A
good choice is the estimated exact answer, or the Hartree-Fock energy
minus your estimate of the correlation energy. (Expert user) The use of External requires setting the ERef parameter equal to the reference energy desired. |
zopt -i optimize-optpp.xml -r new_walkers [-p psi.xml]Where the file after the -i command-line option is the run input file. The file after the -r command-line option is the prefix of the set of walker files (for example, a set of new_walkers-0.xml, new_walkers-1.xml, ...) that comes from a previous VMC run.
| Correlatin Type option |
Description |
||||||
| None |
No correlation function present.
Therefore, no parameters to optimize. Zori exits if you attempt to
optimize with no correlation parameters. |
||||||
| Jastrow |
Two-body Jastrow function.
The Jastrow parameters are described below:
The functional form is A/B where A = (a1*r + a2*r^2 + a3*r^3 + ...) B =( 1 + b1*r + b2*r^2 + ...) The order of the parameters is A , then B for like spin, followed by unlike spin. You can figure out the number and order of parameters from this source-code comment: /*! The 'params_list' vector contains the Jastrow parameters serialized in the |
||||||
| Sun |
Same as above, but Order
is not applicable |
||||||
| SMBH |
Correlation function with 3-body
terms and above. |