Class MM2BasedParameterSetReader
java.lang.Object
org.openscience.cdk.modeling.builder3d.MM2BasedParameterSetReader
AtomType list configurator that uses the ParameterSet originally
defined in mm2.prm from tinker. This class was added to be able to port
mm2 to CDK.
- Author:
- chhoppe
- Keywords:
- atom type, MM2
- Created on:
- 2004-09-07
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the MM2BasedParameterSetReader object. -
Method Summary
Modifier and TypeMethodDescriptionvoidreadParameterSets(IChemObjectBuilder builder) The main method which parses through the force field configuration filevoidSets the file containing the config data.
-
Constructor Details
-
MM2BasedParameterSetReader
public MM2BasedParameterSetReader()Constructor for the MM2BasedParameterSetReader object.
-
-
Method Details
-
getParamterSet
-
getAtomTypes
-
setInputStream
Sets the file containing the config data.- Parameters:
ins- The new inputStream type InputStream
-
readParameterSets
The main method which parses through the force field configuration file- Throws:
Exception- Description of the Exception
-