meshi.energy.pairwiseNonBondedTerms.ExcludedVol
Class ExcludedVolParameters
java.lang.Object
meshi.energy.pairwiseNonBondedTerms.ExcludedVol.ExcludedVolParameters
- All Implemented Interfaces:
- Parameters
public class ExcludedVolParameters
- extends java.lang.Object
- implements Parameters
|
Field Summary |
double |
ALPHA1
ALPHA is the transition zone (in Ang) where the energy change in the forth power 0.0 to 1.0. |
double |
ALPHA2
|
double |
C1
C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma] |
double |
C2
C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma] |
AtomType |
largeType
|
double |
sigma
|
AtomType |
smallType
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sigma
public final double sigma
smallType
public final AtomType smallType
largeType
public final AtomType largeType
ALPHA1
public final double ALPHA1
- ALPHA is the transition zone (in Ang) where the energy change in the forth power 0.0 to 1.0.
- See Also:
- Constant Field Values
ALPHA2
public final double ALPHA2
- See Also:
- Constant Field Values
C1
public final double C1
- C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]
C2
public final double C2
- C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]
ExcludedVolParameters
public ExcludedVolParameters()
ExcludedVolParameters
public ExcludedVolParameters(java.util.StringTokenizer st)
isA
public Filter isA()
create
public Parameters create(java.util.StringTokenizer stringTokenizer)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object