mdadash.backend.analyses.contacts

Contacts within a cutoff

Classes

Contacts()

Contacts within a cutoff

class mdadash.backend.analyses.contacts.Contacts[source]

Bases: WidgetBase

Contacts within a cutoff

This widget uses MDAnalysis.lib.distances.capped_distance to calculate number of contacts with a given cutoff between two groups.

apply_parallel_results(values)[source]

apply parallel results handler

description = 'Contacts within a cutoff'
get_parallel_job()[source]

get parallel job handler

name = 'Contacts'
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