You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -571,7 +571,8 @@ The bold notation of key (such aas **type_map**) means that it's a necessary key
571
571
|**fp_params["mixingweight"]** | Float| 0.05 | Proportion a of output Density Matrix to be used for the input Density Matrix of next SCF cycle (linear mixing).
572
572
|**fp_params["NumberPulay"]** | Integer| 5 | Controls the Pulay convergence accelerator.
573
573
| *fp_style == cp2k*
574
-
| **fp_params** | Dict | |Parameters for cp2k calculation. find detail in manual.cp2k.org. only the kind section must be set before use. we assume that you have basic knowledge for cp2k input.
574
+
| **user_fp_params** | Dict | |Parameters for cp2k calculation. find detail in manual.cp2k.org. only the kind section must be set before use. we assume that you have basic knowledge for cp2k input.
575
+
| **external_input_path** | String | | Conflict with key:user_fp_params, use the template input provided by user, some rules should be followed, read the following text in detail.
575
576
576
577
577
578
#### Rules for cp2k input at dictionary form
@@ -609,9 +610,54 @@ Here are examples for setting:
609
610
}
610
611
}
611
612
}
613
+
```
614
+
615
+
#### Rules for use cp2k template input provided by user
616
+
617
+
See Full example template.inp and dpgen input parameter file in
618
+
619
+
`tests/generator/cp2k_make_fp_files/exinput/template.inp` and `tests/generator/param-mgo-cp2k-exinput.json`
0 commit comments