Difference between revisions of "Conmat.m"
(Created page with "{{DISPLAYTITLE:function.m}} Molecular connectivity matrix calculator with N*log(N) asymptotic complexity scaling with respect to the number or atoms. ==Syntax== conmatr...") |
(No difference)
|
Revision as of 17:23, 3 January 2018
Molecular connectivity matrix calculator with N*log(N) asymptotic complexity scaling with respect to the number or atoms.
Contents
Syntax
conmatrix=conmat(xyz,r0)
Arguments
xyz - an array with N rows and three columns,
giving the Cartesian coordinates of
each particle
r0 - the distance below which the particles
are to be considered "connected"
Outputs
conmatrix - a sparse logical matrix containing 1
at the positions corresponding to the
connected particles
See also
Version 2.1, authors: Ilya Kuprov