JuliaMolSim / Molly.jl

Molecular simulation in Julia
Other
372 stars 51 forks source link

Autocorrelation logger #68

Closed noeblassel closed 2 years ago

noeblassel commented 2 years ago

Add a logger type for general time correlations with docstring, and define a custom Base.getproperty method for this type to retrieve the computed correlation functions.

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (8c75c0f) into master (d4ef37c) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   86.93%   87.10%   +0.16%     
==========================================
  Files          28       28              
  Lines        2978     3016      +38     
==========================================
+ Hits         2589     2627      +38     
  Misses        389      389              
Impacted Files Coverage Δ
src/Molly.jl 100.00% <ø> (ø)
src/loggers.jl 96.92% <100.00%> (+1.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d4ef37c...8c75c0f. Read the comment docs.