Skip to content

Commit f8387b8

Browse files
committed
Fix parameters.yaml availability quoting for pw_diag_rr_step
1 parent 5c47e1a commit f8387b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ parameters:
10201020
Only useful when you use ks_solver = ppcg. It controls how often (in subspace iterations) H and S are re-applied to reset the accumulated rounding drift after the Rayleigh-Ritz rotation. A larger value reduces the number of H/S applications and thus the wall time without changing the iteration count in well-conditioned cases; a smaller value is more robust against rounding drift in ill-conditioned problems.
10211021
default_value: "16"
10221022
unit: ""
1023-
availability: "basis_type==pw and ks_solver==ppcg"
1023+
availability: basis_type==pw and ks_solver==ppcg
10241024
- name: diago_cg_prec
10251025
category: Plane wave related variables
10261026
type: Integer

0 commit comments

Comments
 (0)