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.