Enable nonbonded part of pontential
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ommp_system), | intent(inout) | :: | sys_obj |
The object to be initialized |
subroutine mmpol_init_nonbonded(sys_obj)
!! Enable nonbonded part of pontential
implicit none
type(ommp_system), intent(inout) :: sys_obj
!! The object to be initialized
allocate(sys_obj%vdw)
sys_obj%use_nonbonded = .true.
end subroutine mmpol_init_nonbonded