diffusion-integration #309
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "diffusion-integration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -111,2 +117,3 @@
diffusion_decay = np.exp(-q**2 * t * d_perp) * special.erf(z) / z
return m0 * diffs * relax
return m0 * diffusion_decay * relax
return m0 * diffusion_decay * relax / 2