Get MBD energy.
For a nonperiodic system, the method just transforms coefficients to frequencies, and performs a single call to get_mbd_hamiltonian_energy. For a periodic system, the method integrates the energy over the frist Brillouin zone.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(geom_t), | intent(inout) | :: | geom | |||
real(kind=dp), | intent(in) | :: | alpha_0(:) | |||
real(kind=dp), | intent(in) | :: | C6(:) | |||
type(damping_t), | intent(in) | :: | damp | |||
type(grad_request_t), | intent(in) | :: | grad |