123 |
|
{\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline |
124 |
|
|
125 |
|
{\tt minimizer} & & & \\ |
126 |
< |
{\tt minMaxIter} & & & \\ |
127 |
< |
{\tt minWriteFreq} & & & \\ |
128 |
< |
{\tt minStepSize} & & & \\ |
129 |
< |
{\tt minFTol} & & & \\ |
130 |
< |
{\tt minGTol} & & & \\ |
131 |
< |
{\tt minLSTol} & & & \\ |
132 |
< |
{\tt minLSMaxIter} & & & \\ |
126 |
> |
{\tt minMaxIter} & integer & Sets the maximum iteration in energy minimization & Default value is 200\\ |
127 |
> |
{\tt minWriteFreq} & interger & Sets the frequency at which the {\tt .dump} and {\tt .stat} files are writtern in energy minimization & \\ |
128 |
> |
{\tt minStepSize} & double & Set the step size of line search & Default value is 0.01\\ |
129 |
> |
{\tt minFTol} & double & Sets energy tolerance & Default value is $10^(-8)$\\ |
130 |
> |
{\tt minGTol} & double & Sets gradient tolerance & Default value is $10^(-8)$\\ |
131 |
> |
{\tt minLSTol} & double & Sets line search tolerance & Default value is $10^(-8)$\\ |
132 |
> |
{\tt minLSMaxIter} & integer & Sets the maximum iteration of line searching & Default value is 50\\ |
133 |
|
|
134 |
|
\end{tabularx} |
135 |
|
\end{center} |
148 |
|
|
149 |
|
{\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline |
150 |
|
|
151 |
< |
{\tt zconsTime} & & & \\ |
152 |
< |
{\tt nZconstraints} & & & \\ |
153 |
< |
{\tt zconsForcePolicy} & & & \\ |
154 |
< |
{\tt zconsGap} & & & \\ |
155 |
< |
{\tt zconsFixtime} & & & \\ |
156 |
< |
{\tt zconsUsingSMD} & & & \\ |
151 |
> |
{\tt zconsTime} & fs & Sets the frequency at which the {\tt .fz} file is written. & Default sets the frequency to the {\tt runTime} \\ |
152 |
> |
{\tt nZconstraints} & integer & The number of zconstraint molecules& If using zconstraint method, {\tt nZconstraints} must be set \\ |
153 |
> |
{\tt zconsForcePolicy} & string& The strategy of subtracting zconstraint force from unconstraint molecules & Possible strategies are BYMASS and BYNUMBER. Default strategy is set to BYMASS\\ |
154 |
> |
{\tt zconsGap} & \r(A) & Set the distance between two adjacent constraint positions& Used mainly in constraining molecules sequentially \\ |
155 |
> |
{\tt zconsFixtime} & fs & Sets how long the zconstraint molecule is fixed & {\tt zconsGap} must be set if {\tt zconsGap} is already set.\\ |
156 |
> |
{\tt zconsUsingSMD} &logical & Flag of using Steered Molecular Dynamics or Harmonic Force to move the molecule & Using harmonic force by default\\ |
157 |
|
|
158 |
|
\end{tabularx} |
159 |
|
\end{center} |
206 |
|
\end{center} |
207 |
|
\end{table} |
208 |
|
|
209 |
< |
\end{document} |
209 |
> |
\end{document} |