|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectforcefield.ImproperDihedrals
The ImproperDihedrals class contains all the improper dihedral information from the sytem.
| Field Summary | |
int[] |
I
Atom i of improper dihedral-angle[num]. |
java.lang.String[] |
idht
String of the ImproperDihedralType. |
int[] |
J
Atom j of improper dihedral-angle[num]. |
int[] |
K
Atom k of improper dihedral-angle[num]. |
double[] |
Kzeta
Force constant of improper dihedral-angle[num]. |
int[] |
L
Atom l of improper dihedral-angle[num]. |
int |
number
Number of improper dihedral-angles in the object. |
double[] |
zeta0
Ideal angle of improper dihedral-angle[num]. |
| Constructor Summary | |
ImproperDihedrals(int num)
The ImproperDihedrals class contructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int number
public int[] I
public int[] J
public int[] K
public int[] L
public double[] Kzeta
public double[] zeta0
public java.lang.String[] idht
| Constructor Detail |
public ImproperDihedrals(int num)
num - number of improper dihedrals to be addedImproperDihedrals,
ImpDihedralType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||