adaptivemd.misc package

Submodules

adaptivemd.misc.archive module

class adaptivemd.misc.archive.Archiver(target)[source]

Bases: adaptivemd.generator.PythonRPCTaskGenerator

Generator to copy all files in a project to a specified location

Parameters:target (Directory) – the directory to dump all simulations to
__init__(target)[source]

Generator to copy all files in a project to a specified location

Parameters:target (Directory) – the directory to dump all simulations to
to_dict()[source]
task_archive(files)[source]

Create a task that computes an msm using a given set of trajectories

Parameters:files (list of Trajectory) – the list of trajectory references to be used in the computation
Returns:a task object describing a simple python RPC call using pyemma
Return type:Task
adaptivemd.misc.archive.copy_files(files)[source]

Module contents