Skip to content

Commit 4a53fc9

Browse files
committed
improved flow
1 parent 868e8c4 commit 4a53fc9

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

_episodes/05-degrees-of-freedom.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ keypoints:
2727
- If energy is spread over many places (degrees of freedom), the temperature will change less.
2828
- 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).
2929

30-
## Translational degrees of freedom
30+
#### Translational degrees of freedom
3131
- Atoms and molecules have three degrees of freedom associated with the translation of their centers of mass about each coordinate axis.
3232
- Translational degrees of freedom in three dimensions yield $$\frac{3}{2}k_BT$$ of energy.
3333

34-
## Rotational degrees of freedom
34+
#### Rotational degrees of freedom
3535
- Atoms have a negligible amount of rotational energy because their mass is concentrated in the nucleus which is very small (about $$10^{-15}$$ m).
3636
- A linear molecule, has two rotational degrees of freedom.
3737
- 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.
3838
- 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.
3939

40-
## Vibrational degrees of freedom
40+
#### Vibrational degrees of freedom
4141
- A diatomic molecule has one molecular vibration mode.
4242
- A linear molecule with *N* atoms has *3N − 5* vibrational modes.
4343
- A non-linear molecule with *N* atoms has *3N − 6* vibrational modes.
@@ -51,22 +51,27 @@ keypoints:
5151
- 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.
5252
- At low temperature this condition is not satisfied, only a few vibrational states are occupied and the equipartition principle is not typically applicable.
5353

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.
5560
By reducing the number of degrees of freedom we can increase thermodynamic sampling efficiency.
5661

5762
- Force fields remove the electrons’ degrees of freedom by replacing them with atom centered charges.
5863
- An implicit solvent model eliminates the degrees of freedom associated with the solvent molecules.
5964
- Bond constraints eliminate vibrational degrees of freedom and make possible to use longer time steps.
6065
- Constraints including angles and dihedrals can be also applied.
61-
- Coarse-grained models reduce degrees of freedom by averaging interactions across groups of particles.
6266

67+
#### Coarse-grained models
68+
- Coarse-grained models reduce degrees of freedom by averaging interactions across groups of particles.
6369

64-
#### Reduction of the number of degrees of freedom may lead to artifacts.
70+
#### The trade-off: efficiency versus realism
6571
Bond and angle constraints can:
6672
{: .instructor_notes :}
6773
- slow down dihedral angle transitions [[1]](https://aip.scitation.org/doi/10.1063/1.453488)
6874
- shift the frequencies of the normal modes in biomolecules [[2]](https://aip.scitation.org/doi/10.1063/1.455654)
6975
- 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.
7277

0 commit comments

Comments
 (0)