12 minimum_particle_radius = 10
14 maximum_spring_constant = 1
16 maximum_diffusion_coefficient =\
21 expected_rotational_delta =\
23 time_step) * minimum_particle_radius
25 expected_spring_diffusion_length =\
27 .5 * maximum_spring_constant *
28 4 * expected_delta ** 2,
31 print "with a time step of", time_step,
"fs"
32 print "an object of radius", minimum_particle_radius,
"A will move",\
33 expected_delta,
"A and a point on its surface will move",\
34 expected_rotational_delta,
"A more"
35 print "the motion from fluctuations in the spring compression will be",\
36 expected_spring_diffusion_length,
"A"
37 print "and a compression of 10% of the radius will induce a motion of",\
39 .5 * maximum_spring_constant *
40 (.1 * minimum_particle_radius) ** 2,
double get_diffusion_angle(double D, double dtfs)
See IMP.atom for more information.
double get_diffusion_length(double D, double t)
double get_einstein_diffusion_coefficient(double r)