martimunicoy / peleffy

The peleffy (PELE Force Field Yielder) is a Python package that builds PELE-compatible force field templates.

Home Page:https://martimunicoy.github.io/peleffy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load parameters from JSON

laumalo opened this issue · comments

Description

Currently we have implemented a method to_json for the BaseParameterWrapper to save the parameters into a JSON file, a matching from_json method to load the parameters from this file should also be implemented.

Solution

Implement an instance method in the BaseParameterWrapper class to load the parameters from a JSON file.