|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectforcefield.Angles
The Angles class contains all the Angle information from the sytem.
| Field Summary | |
java.lang.String[] |
at
String of the AngleType. |
int[] |
I
Atom i of bond-angle[num]. |
int[] |
J
Atom j of bond-angle[num]. |
int[] |
K
Atom k of bond-angle[num]. |
double[] |
Kth
Force constant of bond-angle[num]. |
int |
number
Number of Angles in the object. |
double[] |
th0
Ideal angle of bond-angle[num]. |
| Constructor Summary | |
Angles()
|
|
Angles(int num)
|
|
| Method Summary | |
void |
atomsinangle(int atom,
java.util.ArrayList boundto)
|
| 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 double[] Kth
public double[] th0
public java.lang.String[] at
| Constructor Detail |
public Angles(int num)
num - number of Bonds to be addedAngles,
BondAngleTypepublic Angles()
| Method Detail |
public void atomsinangle(int atom,
java.util.ArrayList boundto)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||