You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/05-degrees-of-freedom.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ keypoints:
27
27
- If energy is spread over many places (degrees of freedom), the temperature will change less.
28
28
- The number of degrees of freedom is an essential quantity for estimating various thermodynamic variables for a simulation system (such as heat capacity, entropy, and temperature).
29
29
30
-
## Translational degrees of freedom
30
+
####Translational degrees of freedom
31
31
- Atoms and molecules have three degrees of freedom associated with the translation of their centers of mass about each coordinate axis.
32
32
- Translational degrees of freedom in three dimensions yield $$\frac{3}{2}k_BT$$ of energy.
33
33
34
-
## Rotational degrees of freedom
34
+
####Rotational degrees of freedom
35
35
- Atoms have a negligible amount of rotational energy because their mass is concentrated in the nucleus which is very small (about $$10^{-15}$$ m).
36
36
- A linear molecule, has two rotational degrees of freedom.
37
37
- A nonlinear molecule, where the atoms do not lie along a single axis, has three rotational degrees of freedom, because it can rotate around any of three perpendicular axes.
38
38
- The rotational degrees of freedom contribute $$k_BT$$ to the energy of linear molecules and $$\frac{3}{2}k_BT$$ to the energy of non-linear molecules.
39
39
40
-
## Vibrational degrees of freedom
40
+
####Vibrational degrees of freedom
41
41
- A diatomic molecule has one molecular vibration mode.
42
42
- A linear molecule with *N* atoms has *3N − 5* vibrational modes.
43
43
- A non-linear molecule with *N* atoms has *3N − 6* vibrational modes.
@@ -51,22 +51,27 @@ keypoints:
51
51
- Each vibrational degree of freedom contributes $$k_BT$$ to the energy of a molecule. However, this is valid only when $$k_BT$$ is much bigger than energy spacing between vibrational modes.
52
52
- At low temperature this condition is not satisfied, only a few vibrational states are occupied and the equipartition principle is not typically applicable.
53
53
54
-
#### Increasing efficiency of thermodynamic sampling.
54
+
55
+
#### Why do degrees of freedom matter?
56
+
- More degrees of freedom provide more ways to store energy.
57
+
- Systems with more degrees of freedom generally experience smaller temperature changes for the same energy input.
58
+
59
+
#### Degrees of freedom and simulation efficiency.
55
60
By reducing the number of degrees of freedom we can increase thermodynamic sampling efficiency.
56
61
57
62
- Force fields remove the electrons’ degrees of freedom by replacing them with atom centered charges.
58
63
- An implicit solvent model eliminates the degrees of freedom associated with the solvent molecules.
59
64
- Bond constraints eliminate vibrational degrees of freedom and make possible to use longer time steps.
60
65
- Constraints including angles and dihedrals can be also applied.
61
-
- Coarse-grained models reduce degrees of freedom by averaging interactions across groups of particles.
62
66
67
+
#### Coarse-grained models
68
+
- Coarse-grained models reduce degrees of freedom by averaging interactions across groups of particles.
63
69
64
-
#### Reduction of the number of degrees of freedom may lead to artifacts.
70
+
#### The trade-off: efficiency versus realism
65
71
Bond and angle constraints can:
66
72
{: .instructor_notes :}
67
73
- slow down dihedral angle transitions [[1]](https://aip.scitation.org/doi/10.1063/1.453488)
68
74
- shift the frequencies of the normal modes in biomolecules [[2]](https://aip.scitation.org/doi/10.1063/1.455654)
69
75
- perturb the dynamics of polypeptides [[3]](https://journals.aps.org/pre/abstract/10.1103/PhysRevE.52.6868).
70
-
Coarse-grained models:
71
-
- Produce approximate dynamics by sacrificing atomic details.
76
+
- Coarse-grained models produce approximate dynamics by sacrificing atomic details.
0 commit comments