mdadash.backend.analyses.rmsd

RMSD Analysis

Classes

RMSD()

RMSD Analysis

class mdadash.backend.analyses.rmsd.RMSD[source]

Bases: WidgetBase

RMSD Analysis

This widget uses MDAnalysis.analysis.rms.rmsd to calculate RMSD of a selection. The reference positions used by this widget are the initial positions of the selection when the widget instance is created or the initial positions whenever the selection is updated.

apply_parallel_results(values)[source]

apply parallel results handler

description = 'RMSD of a selection'
get_parallel_job()[source]

get parallel job handler

name = 'RMSD'
on_input_change(attribute, _old_value, new_value)[source]

on_input_change handler

on_post_connect()[source]

on_post_connect handler

on_post_create()[source]

on_post_create handler

run_batch()[source]

batch run handler

run_every_frame()[source]

every-frame run handler