Multihistogram_NVT
ParallelTemperingMonteCarlo.Multihistogram_NVT.multihistogram_NVT — Method
multihistogram_NVT(ensemble::AbstractEnsemble, temp::TempGrid, results::Output, conv_threshold::Number, readfile::Bool; debug = false)Multihistogram analysis for NVT:
conv_thresholdis the convergence threshold, which user can choose.debugkwarg determines whether to print debug information. Defaults to false.readfilecan only be false.- Example:
multihistogram_NVT(ensemble, temp, results, 10^(-3), false)