polyply_1.0 icon indicating copy to clipboard operation
polyply_1.0 copied to clipboard

Load topology from JSON file

Open jan-stevens opened this issue 1 year ago • 1 comments

Adding support for loading molecule topologies from JSON files. For large and simple systems, JSON-based topology files are easily created and speed up the generation of the topology object tremendously. (i.e., for the 500Kb chromosome)

An initial idea for implementing this would be simply using the from_json function of the MetaMolecule class in order to add all the molecules iteratively to an empty topology object.

jan-stevens avatar May 15 '23 11:05 jan-stevens