wepy.reporter.openmm module

class wepy.reporter.openmm.OpenMMRunnerDashboardSection(runner=None, step_time=None, **kwargs)[source]

Bases: wepy.reporter.dashboard.RunnerDashboardSection

RUNNER_SECTION_TEMPLATE = '\n\nRunner: {{ name }}\n\nIntegration Step Size: {{ step_time }}\n\nSingle Walker Sampling Time: {{ walker_total_sampling_time }}\n\nTotal Sampling Time: {{ total_sampling_time }}\n'
update_values(**kwargs)[source]
gen_fields(**kwargs)[source]
gen_runner_section(**kwargs)