Hard spheres potential¶
Hard spheres are widely used as model particles in the statistical mechanical theory, defined as impenetrable spheres that cannot overlap in space, which mimics extremely strong repulsion that atoms and molecules experience at very close distances.
Conditions:
Spheres are identical.
Links:
- potential¶
potential_energy
of the configuration.
- Symbol:
U
- Latex:
- Dimension:
energy
- distance¶
euclidean_distance
between the centers of the particles.
- Symbol:
r
- Latex:
- Dimension:
length
- Symbol:
sigma
- Latex:
- Dimension:
length
- law¶
U = Piecewise((Infinity, r <= sigma), (0, r > sigma))
- Latex: