Lowest eigenvalue of the distance matrixΒΆ
The geometric distance matrix is defined as
Similar to the Wiener number, the lowest eigenvalue to the geometric distance matrix represents a topographical descriptor related to the shape of the molecule.
The use of is invoked by the following block in the meta-config.json file:
"collective variables": [
{
"type": "firsteigenvalue",
"name": "lowest eigenvalue to the distance matrix",
"exclude_h": False
},
...
]
The additional keyword "exclude_h"
allows for the calculation of the distance matrix without considering distances from and to Hydrogen atoms.