|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectffe.lang.MMTerm
The MMTerm class stores data for one bonded molecular mechanics term.
| Field Summary | |
double |
eq
Equilibrium value for the term. |
double |
fc
Force Constant for the term |
double |
fc2
Force Constant for the term |
java.lang.String |
key
Concatenation of atom types for the atoms referred to in the term |
int |
periodicity
Periodicity value for Dihedral and Improper Terms |
int |
periodicity2
Periodicity value for Dihedral and Improper Terms |
double |
phase
Phase value for Dihedral and Improper Terms |
double |
phase2
Phase value for Dihedral and Improper Terms |
| Constructor Summary | |
MMTerm(java.lang.String k,
double f,
double e)
Constructor for Bond and Angle Terms |
|
MMTerm(java.lang.String k,
double f,
double ph,
int pe)
Construtor for Dihedral and Improper Terms with one set of values |
|
MMTerm(java.lang.String k,
double f,
double ph,
int pe,
double f2,
double ph2,
int pe2)
Constructor for Dihedral and Improper Terms with two sets of values |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String key
public final double eq
public final double fc
public final double fc2
public final double phase
public final double phase2
public final int periodicity
public final int periodicity2
| Constructor Detail |
public MMTerm(java.lang.String k,
double f,
double e)
public MMTerm(java.lang.String k,
double f,
double ph,
int pe)
public MMTerm(java.lang.String k,
double f,
double ph,
int pe,
double f2,
double ph2,
int pe2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||