From 39584b8f8450e99c93799883a816f1d1f6ecf611 Mon Sep 17 00:00:00 2001 From: Mark Dewing Date: Thu, 1 Sep 2022 14:44:02 -0500 Subject: [PATCH] Spelling fixes in VP selection section --- docs/methods.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/methods.rst b/docs/methods.rst index 2a6c7d06e..4c6b42eca 100644 --- a/docs/methods.rst +++ b/docs/methods.rst @@ -545,14 +545,14 @@ The cost function consists of three components: energy, unreweighted variance, a 0.00 0.05 -Varational parameter selection -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The predominant way of selecting varational paramemters is via ```` input. +Variational parameter selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The predominant way of selecting variational parameters is via ```` input. ```` entries support ``optimize="yes"/"no"`` to enable/disable variational parameters in the wavefunction optimization. -The secondary way of selecting varational paramemters is via ``variational_subset`` parameter in the ```` driver input. +The secondary way of selecting variational parameters is via ``variational_subset`` parameter in the ```` driver input. It allows controlling optimization granularity at each optimization step. -If ``variational_subset`` is not provided or empty, all the varational paramemters are selected. -If variational paramemters are set as not optimizable in the predominant way, the secondary way won't be able to set them optimizable even they are selected. +If ``variational_subset`` is not provided or empty, all the variational parameters are selected. +If variational parameters are set as not optimizable in the predominant way, the secondary way won't be able to set them optimizable even they are selected. The following example shows optimizing subsets of parameters in stages in a single QMCPACK run.