@dir mctc/ncoord Contains the implementation for the coordination number evaluators. @file mctc/ncoord.f90 Reexports the coordination number evaluation modules. Proxy module to expose coordination number containers
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(enum_cn_count), | public, | parameter | :: | cn_count | = | enum_cn_count() |
Actual enumerator possible coordination numbers |
Translate string into coordination number type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | cn_count_name |
String for coordination number counting function |
ID for coordination number counting function
Translate string into coordination number type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | cn_count_id |
ID for coordination number counting function |
String for coordination number counting function
Create a new generic coordination number container
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ncoord_type), | intent(out), | allocatable | :: | self |
Instance of the coordination number container |
|
type(structure_type), | intent(in) | :: | mol |
Molecular structure data |
||
integer, | intent(in) | :: | cn_count_type |
Coordination number type |
||
type(error_type), | intent(out), | allocatable | :: | error |
Error handling |
|
real(kind=wp), | intent(in), | optional | :: | kcn |
Optional steepness of counting function |
|
real(kind=wp), | intent(in), | optional | :: | cutoff |
Optional real space cutoff |
|
real(kind=wp), | intent(in), | optional | :: | rcov(:) |
Optional set of covalent radii to be used in CN |
|
real(kind=wp), | intent(in), | optional | :: | en(:) |
Optional set of electronegativities to be used in CN |
|
real(kind=wp), | intent(in), | optional | :: | cut |
Optional cutoff for the maximum coordination number |
|
real(kind=wp), | intent(in), | optional | :: | norm_exp |
Optional exponent of the distance normalization |