LammpsInputBuilder (or LIB) is a Python library designed to generate Lammps inputs from a molecular model, a forcefield, and a high-level definition of a simulation workflow.
MIT License
0
stars
0
forks
source link
is_model_load not present in the pydantic model of the MolecularTypedSystem #29
When generating a dictionnary from a Pydantic model, the field is_model_loaded is not written in the dictionnary. Consequently, the molecular information is not loaded properly when transitionning from the pydantic model of a WorkflowBuilder to the LIB WorkflowBuilder.
When generating a dictionnary from a Pydantic model, the field
is_model_loaded
is not written in the dictionnary. Consequently, the molecular information is not loaded properly when transitionning from the pydantic model of a WorkflowBuilder to the LIB WorkflowBuilder.