schrodinger.forcefield.constants module

Copyright Schrodinger, LLC. All rights reserved.

Module of constants commonly used in force field python software, which includes the ffbuilder components.

class schrodinger.forcefield.constants.GeometryOptMethod(value)

Bases: enum.Enum

An enumeration.

DFT = 'DFT_ALL'
HYBRID = 'S-ANI_NEUTRAL'
ANN = 'S-ANI_ALL'
DEFAULT = 'S-ANI_NEUTRAL'