perturbopy.postproc.calc_modes.dyna_indiv_run.DynaIndivRun

class perturbopy.postproc.calc_modes.dyna_indiv_run.DynaIndivRun(num_steps, time_step, snap_t, time_units='fs', efield=None)

Bases: object

Class representation of a dynamics run

num_steps

Number of time steps

Type:

int

time_step

Time step in fs

Type:

float

snap_t

Distribution function computed at each time step

Type:

np.ndarray

efield

Electric field assumed during the calculation. Default value is [0, 0, 0].

Type:

np.ndarray

Methods