SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
86 stars 19 forks source link

Integration assistance #149

Closed ddahlbom closed 9 months ago

ddahlbom commented 1 year ago

Provide: 1) Function to analyze Langevin time step 2) Function to analyze ImplicitMidpoint time step 3) Function to estimate decorrelation times 4) Functions to output samples and trajectories in newly allocated arrays 5) Tutorial demonstrating use of the above

kbarros commented 9 months ago

Regarding 1 and 2, work is in progress here: https://github.com/SunnySuite/Sunny.jl/pull/208

Regarding 3, I wonder if we can leverage one of these packages:

kbarros commented 9 months ago

Closing this as completed following https://github.com/SunnySuite/Sunny.jl/pull/208. We could still use a tutorial to illustrate BinningAnalysis, but that seems independent of immediate Sunny development.