![]() |
(git:936074a)
|
provides a table for UFF vdW radii: Rappe et al. J. Am. Chem. Soc. 114, 10024 (1992) More...
Functions/Subroutines | |
| pure subroutine, public | get_uff_vdw_radius (z, radius, found) |
| get UFF vdW radius for a given element | |
provides a table for UFF vdW radii: Rappe et al. J. Am. Chem. Soc. 114, 10024 (1992)
| pure subroutine, public uff_vdw_radii_table::get_uff_vdw_radius | ( | integer, intent(in) | z, |
| real(kind=dp), intent(out) | radius, | ||
| logical, intent(out) | found | ||
| ) |
get UFF vdW radius for a given element
| z | : on input, atomic number |
| radius | : on output, UFF vdW radius, 0.0 if element not in table |
| found | : on output, T if element is in table, F if not |
Definition at line 162 of file uff_vdw_radii_table.F.