This package is a python library with tools for the Molecular Simulation - Software Gromos. It allows you to easily set up, manage and analyze simulations in python.
check_promise does not properly add the trajectories. The paths to the trajectories are appended to gromos_system by the analysis script of the simulation, but the data is not imported.
Code Example
groSys = GromosSystem(......) # create a GromosSystem
groSys.md(....) # submit some MD simulations that produce trajectories
# wait for simulations to be done on cluster (and checked that they worked properly)
groSys._check_promises() # should add trajectories`
groSys.tre.density() # will throw error due to empty DataFrame
Bug?
Problems with trajectories or with future file or check_promise?
Description
check_promise does not properly add the trajectories. The paths to the trajectories are appended to gromos_system by the analysis script of the simulation, but the data is not imported.
Code Example
Bug?
Problems with trajectories or with future file or check_promise?
Help is welcomed