Interface IHoseCodesOptions

interface IHoseCodesOptions {
    maxSphereSize: number;
    type: 0 | 1;
}

Properties

Properties

maxSphereSize: number

Maximum number of atoms from the center. Default: 5.

type: 0 | 1

Type of HOSE code. 0: normal HOSE code. 1: stop if Csp3-Csp3. Default: 0.