vibeqc.D4Result¶
- class vibeqc.D4Result(energy, functional, gradient=None)[source]¶
Bases:
objectResult of a
compute_d4()call.- gradient¶
(n_atoms, 3)array of nuclear gradients of the D4 energy in Hartree/bohr. Only present whencompute_d4was called withwith_gradient=True; otherwiseNone.- Type:
np.ndarray, optional
- functional¶
Lowercase functional name that was used to look up the D4 damping parameters (e.g.
"b2plyp","dsd-pbep86").- Type:
- __init__(energy, functional, gradient=None)¶
Methods
__init__(energy, functional[, gradient])Attributes