Initial RDKit support
Pre-release
Pre-release
0.2.0
This version of the toolkit introduces RDKit support and many new features on the way to a stable 1.0 release.
See our installation instructions.
Please report bugs, request features, or ask questions through our issue tracker.
Please note that there may still be some changes to the API prior to a stable 1.0 release.
Major new features
- Major overhaul, resulting in the creation of the 0.2 SMIRNOFF specification and its XML representation
- Updated API and infrastructure for reference SMIRNOFF
ForceField
implementation - Implementation of modular
ParameterHandler
classes which process the topology to add all necessary forces to the system.. - Implementation of modular
ParameterIOHandler
classes for reading/writing different serialized SMIRNOFF forcefield representations - Introduction of
Molecule
andTopology
classes for representing molecules and biomolecular systems - New
ToolkitWrapper
interface to RDKit, OpenEye, and AmberTools cheminformatics toolkits, managed byToolkitRegistry
- API improvements to more closely follow
PEP8
guidelines - Improved documentation and examples