Reset all values and flags in mbe_result_t
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(mbe_result_t), | intent(inout) | :: | this |
subroutine mbe_result_reset(this) !! Reset all values and flags in mbe_result_t class(mbe_result_t), intent(inout) :: this this%total_energy = 0.0_dp this%has_energy = .false. this%has_gradient = .false. this%has_hessian = .false. this%has_dipole = .false. this%has_dipole_derivatives = .false. end subroutine mbe_result_reset