get_electronegativity Interface

public interface get_electronegativity

Module Procedures

private elemental function get_electronegativity_num(num) result(en)

Get electronegativity for a given atomic number

Arguments

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

Atomic number

Return Value real(kind=wp)

Electronegativity

private elemental function get_electronegativity_sym(sym) result(en)

Get electronegativity for a given element symbol

Arguments

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

Element symbol

Return Value real(kind=wp)

Electronegativity