dftd3_data_covrad Module


Uses

    • mctc_io_convert
    • mctc_io_symbols
    • mctc_env

Interfaces

public interface get_covalent_rad

Covalent radii for DFT-D3 coordination number

  • private elemental function get_covalent_rad_num(num) result(rad)

    Get covalent radius for a given atomic number

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: num

    Atomic number

    Return Value real(kind=wp)

    Covalent radius

  • private elemental function get_covalent_rad_sym(sym) result(rad)

    Get covalent radius for a given element symbol

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: sym

    Element symbol

    Return Value real(kind=wp)

    Covalent radius