plot_force_distribution#
- autoplex.data.common.jobs.plot_force_distribution(cell_factor, path, x_min=0, x_max=5, bin_width=0.125)[source]#
Plotter for the force distribution.
- Parameters:
cell_factor (float) – Factor to resize cell parameters.
path (str) – Path to the ref_XYZ.extxyz file.
x_min (int) – Minimum value for the plot x-axis.
x_max (int) – Maximum value for the plot x-axis.
bin_width (float) – Width of the plot bins.