Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Aug 17, 2022
1 parent 7262246 commit af2cd6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ The cost function consists of three components: energy, unreweighted variance, a
<cost name="unreweightedvariance"> 0.00 </cost>
<cost name="reweightedvariance"> 0.05 </cost>

Varational paramemter selection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Varational parameter selection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The predominant way of selecting varational paramemters is via ``<wavefunction>`` input.
``<coefficients>`` 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 ``<qmc>`` driver input.
Expand Down
2 changes: 1 addition & 1 deletion src/QMCDrivers/WFOpt/QMCCostFunctionBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ bool QMCCostFunctionBase::put(xmlNodePtr q)
APP_ABORT("QMCCostFunctionBase::put No valid optimizable variables are found.");
}
else
app_log() << " Totally " << NumOptimizables << " parameters being optimized after applying constraints." << std::endl;
app_log() << " In total " << NumOptimizables << " parameters being optimized after applying constraints." << std::endl;
// app_log() << "<active-optimizables> " << std::endl;
// OptVariables.print(app_log());
// app_log() << "</active-optimizables>" << std::endl;
Expand Down

0 comments on commit af2cd6e

Please sign in to comment.