maltepuetz / ScalingCollapse.jl

A julia package for automatic finite size scaling.
MIT License
5 stars 1 forks source link

Master-Spline quality function #29

Closed danielsimm closed 4 months ago

danielsimm commented 5 months ago

The Spline() quality function currently fits an individual spline for every system size. We should also support a single spline for all system sizes. Should be particularly fast due to the cost value being returned directly by the Dierckx.jl library.