mctc_ncoord_exp Module

@file mctc/ncoord/exp.f90 Provides a coordination number implementation with exponential counting function Coordination number implementation using an exponential counting function as in dftd3.



Derived Types

type, public, extends(ncoord_type) ::  exp_ncoord_type

Coordination number evaluator

Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: cut = -1.0_wp

Cutoff for the maximum coordination number (negative value, no cutoff)

real(kind=wp), public :: cutoff

Radial cutoff for the coordination number

real(kind=wp), public :: directed_factor

Factor determining whether the CN is evaluated with direction if +1 the CN contribution is added equally to both partners if -1 (i.e. with the EN-dep.) it is added to one and subtracted from the other

real(kind=wp), public :: kcn

Steepness of counting function

real(kind=wp), public, allocatable :: rcov(:)

Covalent radii

Type-Bound Procedures

procedure, public :: add_coordination_number_derivs ../../

Add CN derivative of an arbitrary function

procedure, public :: get_cn ../../

Obtains lattice information and calls get_coordination number

procedure, public :: get_coordination_number ../../

Decides whether the energy or gradient is calculated

procedure, public :: get_en_factor ../../

Evaluates pairwise electronegativity factor

procedure, public :: ncoord ../../

Evaluates the CN from the specific counting function

procedure, public :: ncoord_count ../../

Evaluates the exponential counting function

procedure, public :: ncoord_d ../../

Evaluates derivative of the CN from the specific counting function

procedure, public :: ncoord_dcount ../../

Evaluates the derivative of the exponential counting function


Subroutines

public subroutine new_exp_ncoord(self, mol, kcn, cutoff, rcov, cut)

Arguments

Type IntentOptional Attributes Name
type(exp_ncoord_type), intent(out) :: self

Coordination number container

type(structure_type), intent(in) :: mol

Molecular structure data

real(kind=wp), optional :: kcn

Steepness of counting function

real(kind=wp), intent(in), optional :: cutoff

Real space cutoff

real(kind=wp), intent(in), optional :: rcov(:)

Covalent radii

real(kind=wp), intent(in), optional :: cut

Cutoff for the maximum coordination number