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
# Common API documentation for custom damping parameter specification
2
+
3
+
If your task is to retrive damping parameters of some specific xc-functionals, you may wish to try [`dftd3_load_param`] function.
4
+
5
+
In this crate, you may have three ways to define customized parameters:
6
+
7
+
- By `DFTD3***DampingParam` struct. In this way, all parameters (include optional parameters with default value) must be provided. For example of B3-Zero:
0 commit comments