mdadash.backend.analyses.vacf

Classes

SlidingWindowVACF(u[, select, dim_type, ...])

Sliding Window VACF

VACFAnalysis()

class mdadash.backend.analyses.vacf.SlidingWindowVACF(u: Universe, select: str = 'all', dim_type: str = 'xyz', show_running_integral: bool = False, show_particle_vacfs: bool = False)[source]

Bases: object

Sliding Window VACF

Calculate VACF for a sliding window of frames

run(normalized: bool = False, parallel: bool = False) tuple[source]

Run VACF for the current window

class mdadash.backend.analyses.vacf.VACFAnalysis[source]

Bases: WidgetBase

apply_parallel_results(values)[source]

apply parallel results handler

description = 'Velociy Autocorrelation Function'
get_parallel_job()[source]

get parallel job handler

name = 'VACF'
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_every_frame()[source]

every-frame run handler