Module backend
A backend Python script that computes molecular indices for each input
structure in the input file.
The details of the descriptors implemented here is taken from
'Handbook of Molecular Descriptors by Mannhols, Kubinyi and
Timmerman'.
Copyright Schrodinger, LLC. All rights reserved.
|
__doc__ = ...
|
|
_version = ' $Revision: 0.0 $ '
|
|
__package__ = ' schrodinger.application.moldescriptors '
|
__doc__
- Value:
"""
A backend Python script that computes molecular indices for each input
structure in the input file.
The details of the descriptors implemented here is taken from
'Handbook of Molecular Descriptors by Mannhols, Kubinyi and Timmerman'
.
...
|
|