Constructor and Description |
---|
MMFF94ParametersCall() |
Modifier and Type | Method and Description |
---|---|
List |
getAngleData(String angleType,
String id1,
String id2,
String id3)
Gets the angle parameter set.
|
List |
getBondAngleInteractionData(String strbndType,
String id1,
String id2,
String id3)
Gets the bond-angle interaction parameter set.
|
List |
getBondData(String code,
String id1,
String id2)
Gets the bond parameter set.
|
List |
getDefaultStretchBendData(int iR,
int jR,
int kR)
Gets the bond-angle interaction parameter set.
|
List |
getTorsionData(String code,
String id1,
String id2,
String id3,
String id4)
Gets the bond parameter set.
|
void |
initialize(Map<String,List> parameterSet)
Initialize the AtomOrder class.
|
public void initialize(Map<String,List> parameterSet)
parameterSet
- Force Field parameter as Mappublic List getBondData(String code, String id1, String id2) throws Exception
id1
- atom1 idid2
- atom2 idException
- Description of the Exceptionpublic List getAngleData(String angleType, String id1, String id2, String id3) throws Exception
id1
- ID from Atom 1.id2
- ID from Atom 2.id3
- ID from Atom 3.Exception
- Description of the Exceptionpublic List getBondAngleInteractionData(String strbndType, String id1, String id2, String id3) throws Exception
id1
- ID from Atom 1.id2
- ID from Atom 2.id3
- ID from Atom 3.Exception
- Description of the Exceptionpublic List getDefaultStretchBendData(int iR, int jR, int kR) throws Exception
iR
- ID from Atom 1.jR
- ID from Atom 2.kR
- ID from Atom 3.Exception
- Description of the Exceptionpublic List getTorsionData(String code, String id1, String id2, String id3, String id4) throws Exception
id1
- atom1 idid2
- atom2 idException
- Description of the ExceptionCopyright © 2021. All rights reserved.