$darkmode
DENOPTIM
denoptim.integration.tinker.TinkerConstants Class Reference

General set of constants used to deal with Tinker. More...

Collaboration diagram for denoptim.integration.tinker.TinkerConstants:
[legend]

Static Public Attributes

static final Map< String, String > KNOWNERRORS
 Recognised error messages and proposed solutions. More...
 

Detailed Description

General set of constants used to deal with Tinker.

Definition at line 31 of file TinkerConstants.java.

Member Data Documentation

◆ 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: