Check if solvation is configured for XTB
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(xtb_config_t), | intent(in) | :: | this |
pure logical function xtb_has_solvation(this) !! Check if solvation is configured for XTB class(xtb_config_t), intent(in) :: this xtb_has_solvation = len_trim(this%solvent) > 0 .or. this%dielectric > 0.0_dp end function xtb_has_solvation