Package schrodinger :: Package application :: Package moldescriptors :: Module backend
[hide private]
[frames] | no frames]

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.

Functions [hide private]
 
parse_args(argsList)
Variables [hide private]
  __doc__ = ...
  _version = '$Revision: 0.0 $'
  __package__ = 'schrodinger.application.moldescriptors'
Variables Details [hide private]

__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'\
.
...