EntityTools

Documentation for EntityTools.

EntityTools.parse_timingFunction
parse_timing(filename)

Reads the output log file and returns a tuple of Arrays of (step_number, timing, active_p).

source
EntityTools.phase_mapMethod
phase_map(x_q, y_q, x_lim, y_lim; 
          xbins::Int=400, ybins::Int=50,
          show_progress::Bool=true)

Get a 2D histogram of x_q and y_q in the limits x_lim, y_lim over a number if bins xbins and ybins.

source
EntityTools.spectrumMethod
spectrum(Q, spec_min, spec_max; Nbins=100)

Constructs a spectrum dQ/dx between x values between spec_min and spec_max. Uses a number of Nbins=100 by default.

source