w90_physical_constants_type Derived Type

type, public :: w90_physical_constants_type


Inherited by

type~~w90_physical_constants_type~~InheritedByGraph type~w90_physical_constants_type w90_physical_constants_type type~lib_common_type lib_common_type type~lib_common_type->type~w90_physical_constants_type physics

Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: bohr = bohr
character(len=75), public :: bohr_version_str = bohr_version_str
character(len=75), public :: constants_version_str1 = constants_version_str1
character(len=75), public :: constants_version_str2 = constants_version_str2

Source Code

  type w90_physical_constants_type
    real(kind=dp) :: bohr = bohr
    character(len=75) :: bohr_version_str = bohr_version_str
    character(len=75) :: constants_version_str1 = constants_version_str1
    character(len=75) :: constants_version_str2 = constants_version_str2
  end type w90_physical_constants_type