Skip to content

Commit d71fe07

Browse files
committed
docs(cli): Update hydrogen SCF option to use boolean type in charge calculation
1 parent 285dd42 commit d71fe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ These options tune the QEq solver and apply to both `qeq` and `hybrid` charge me
270270
| `--qeq-tolerance <TOL>` | float | `1e-6` | Convergence tolerance for charge equilibration. |
271271
| `--qeq-max-iter <N>` | integer | `100` | Maximum iterations for QEq solver. |
272272
| `--qeq-lambda <λ>` | float | `0.5` | Orbital screening parameter λ (Rappe–Goddard). |
273-
| `--qeq-hydrogen-scf` | flag | off | Enable hydrogen SCF (nonlinear hardness update). |
273+
| `--qeq-hydrogen-scf` | boolean | `true` | Enable hydrogen SCF (nonlinear hardness update). |
274274
| `--qeq-basis <TYPE>` | `gto`, `sto` | `sto` | Basis function type for Coulomb integrals. |
275275
| `--qeq-damping <STRATEGY>` | string | `auto` | SCF damping strategy. |
276276

0 commit comments

Comments
 (0)