get_pauling_en Interface

public interface get_pauling_en

Get electronegativity for a species


Module Procedures

private elemental function get_pauling_en_symbol(symbol) result(en)

Get electronegativity for species with a given symbol

Arguments

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

Element symbol

Return Value real(kind=wp)

atomic EN

private elemental function get_pauling_en_number(number) result(en)

Get electronegativity for species with a given atomic number

Arguments

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

Atomic number

Return Value real(kind=wp)

atomic EN