Constant Field Values

Contents

com.actelion.*

  • com.actelion.research.chem.forcefield.AbstractForceField 
    Modifier and Type Constant Field Value
    public static final double EPS 3.0E-8
    public static final double FUNCTOL 1.0E-4
    public static final double MAXSTEP 100.0
    public static final double MOVETOL 1.0E-7
    public static final double TOLX 1.2E-7
  • com.actelion.research.chem.forcefield.mmff.Constants 
    Modifier and Type Constant Field Value
    public static final double DEG2RAD 0.017453292519943295
    public static final double MDYNE_A_TO_KCAL_MOL 143.9325
    public static final double RAD2DEG 57.29577951308232
  • com.actelion.research.chem.forcefield.mmff.ForceFieldMMFF94 
    Modifier and Type Constant Field Value
    public static final java.lang.String MMFF94 "MMFF94"
    public static final java.lang.String MMFF94S "MMFF94s"
    public static final java.lang.String MMFF94SPLUS "MMFF94s+"
  • com.actelion.research.chem.forcefield.mmff.table.VanDerWaals 
    Modifier and Type Constant Field Value
    public final double b 0.2
    public final double beta 12.0
    public final double daeps 0.5
    public final double darad 0.8
    public final double power 0.25
  • com.actelion.research.chem.phesa.Gaussian3D 
    Modifier and Type Constant Field Value
    public static final double DIST_CUTOFF 10.0
  • com.actelion.research.chem.phesa.MolecularVolume 
    Modifier and Type Constant Field Value
    public static final double alpha_pref 2.41798793102
    public static final double p 2.82842712475
  • com.actelion.research.chem.phesa.VolumeGaussian 
    Modifier and Type Constant Field Value
    public static final int EXCLUSION -1
    public static final int INCLUSION 1
  • com.actelion.research.gui.dnd.MoleculeDropAdapter 
    Modifier and Type Constant Field Value
    public static final boolean debug false
  • com.actelion.research.gui.dnd.ReactionDropAdapter 
    Modifier and Type Constant Field Value
    public static final boolean debug false
  • com.actelion.research.gui.hidpi.ColorUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String BLACK "#000000"

org.openmolecules.*