ForceFieldSource
- class openff.evaluator.forcefield.ForceFieldSource[source]
A helper object to define the source of a force field and any associated meta data, such as version, file paths, or generation options.
Notes
It is likely that this class and classes based off of it will not be permanent fixtures of the framework, but rather will exist until the force fields can be stored in a uniform format / object model.
Methods
__init__
()from_json
(file_path)Create this object from a JSON file.
json
([file_path, format])Creates a JSON representation of this class.
parse_json
(string_contents)Parses a typed json string into the corresponding class structure.
- classmethod from_json(file_path)
Create this object from a JSON file.
- Parameters
file_path (str) – The path to load the JSON from.
- Returns
The parsed class.
- Return type
cls