We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac61033 commit 22fd81fCopy full SHA for 22fd81f
python/ffsim/optimize/stochastic_reconfiguration.py
@@ -35,7 +35,7 @@ def minimize_stochastic_reconfiguration(
35
*,
36
maxiter: int = 1000,
37
variation: float = 1.0,
38
- cond: float = 1e-8,
+ cond: float = 1e-4,
39
epsilon: float = 1e-8,
40
gtol: float = 1e-5,
41
optimize_hyperparameters: bool = True,
0 commit comments