pele.utils.histogram.EnergyHistogram

class pele.utils.histogram.EnergyHistogram(emin, emax, nbins=100)[source]

this class will build 1 dimensional histogram. It’s designed for energies, but it could work for any float data

Methods

__call__(e, coords, acceptstep)
insert(e)
insertWrapper(e, coords, acceptstep)

Previous topic

pele.utils.frozen_atoms.makeBLJNeighborListPotFreeze

Next topic

pele.utils.histogram.EnergyHistogram.__call__