Skip to content

Commit d0ed5c0

Browse files
committed
fix doc
1 parent d5b2102 commit d0ed5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ffsim/optimize/stochastic_reconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def minimize_stochastic_reconfiguration(
6363
variation: Hyperparameter controlling the size of parameter variations
6464
used in the linear expansion of the wavefunction. Its value must be
6565
strictly between 0 and 1. A larger value results in larger variations.
66-
optimize_variation; Whether to optimize the `variation` hyperparameter
66+
optimize_variation: Whether to optimize the `variation` hyperparameter
6767
in each iteration. Optimizing hyperparameters incurs more function and
6868
energy evaluations in each iteration, but may improve convergence.
6969
The optimization is performed using `scipy.optimize.minimize`_.

0 commit comments

Comments
 (0)