vermouth.rcsu.go_pipeline module

Wrapper of Processors defining the GoPipline.

class vermouth.rcsu.go_pipeline.GoProcessorPipline(processor_list)[source]

Bases: Processor

Wrapping all processors for the go model.

prepare_run(system, moltype)[source]

Things to do before running the pipeline.

run_system(system, **kwargs)[source]