Reset all CC components to zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cc_energy_t), | intent(inout) | :: | this |
subroutine cc_reset(this) !! Reset all CC components to zero class(cc_energy_t), intent(inout) :: this this%singles = 0.0_dp this%doubles = 0.0_dp this%triples = 0.0_dp end subroutine cc_reset