General set of constants used to deal with Tinker.
More...
|
static final Map< String, String > | KNOWNERRORS |
| Recognised error messages and proposed solutions. More...
|
|
General set of constants used to deal with Tinker.
Definition at line 31 of file TinkerConstants.java.
◆ KNOWNERRORS
final Map<String,String> denoptim.integration.tinker.TinkerConstants.KNOWNERRORS |
|
static |
Initial value:=
new HashMap<String,String>()
{
{
put("READXYZ -- Check Connection of Atoms",
"Tinker reports inconsistent connectivity. Recompiling "
+ "Tinker with a larger value for MAXVAL might solve the "
+ "problem.");
put("TORSIONS -- Too many Torsional Angles; Increase MAXTORS",
"Recompiling Tinker with a larger value for MAXTORS might "
+ "solve the problem.");
put("BITORS -- Too many Adjacent Torsions; Increase MAXBITOR",
"Recompiling Tinker with a larger value for MAXBITOR might "
+ "solve the problem.");
}
}
Recognised error messages and proposed solutions.
Definition at line 37 of file TinkerConstants.java.
Referenced by denoptim.integration.tinker.TinkerException.interpreteMsg().
The documentation for this class was generated from the following file: