Calculates the range of the subdiffusive timescale along with the effective subdiffusion coefficient and diffusivity constant on this range.
rouse_sub(alpha, tau, K, est_alpha = TRUE, ...)
Vector with named elements tmin
, tmax
, alpha
, and D
.
The Rouse model is a zero-mass, zero-potential GLE with force memory kernel $$ acf_F(t) = 1/K sum( exp(- t * (1:K/K)^rho / tau) ). $$ As \(K\) gets large, it exhibits has transient subdiffusion: $$ MSD(t) ~ D * t^alpha, t \in tScale t, t \notin tScale, $$ where \(alpha = 1/rho\) is the subdiffusion exponent and \(D\) is the diffusivity constant.