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/07-thermostats.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,21 @@ Velocity distributions obtained from MD simulations of water at different temper
39
39
40
40
{: width="320"}
41
41
42
-
## Thermodynamic ensembles
43
-
MD simulations are usually simulate one of the following thermodynamic ensembles:
44
42
45
-
1. The *microcanonical* or constant *NVE* ensemble.
46
-
2. The *canonical* or constant *NVT* ensemble.
47
-
3. The *isothermal-isobaric* or constant *NPT* ensemble.
43
+
### Common Thermodynamic Ensembles in MD Simulations
44
+
45
+
MD simulations typically model one of the following thermodynamic ensembles:
46
+
47
+
1.**Microcanonical ensemble (NVE)** — constant number of particles (N), volume (V), and energy (E)
48
+
2.**Canonical ensemble (NVT)** — constant number of particles (N), volume (V), and temperature (T)
49
+
3.**Isothermal–isobaric ensemble (NPT)** — constant number of particles (N), pressure (P), and temperature (T)
50
+
51
+
Simulation of the NVE ensemble is relatively straightforward, provided that the MD algorithm conserves the total energy of the system.
52
+
53
+
The NVT ensemble is often more practically relevant because, in real experimental systems, temperature is easier to control than total energy. To maintain constant temperature, a **thermostat** algorithm is required.
54
+
55
+
In many applications, simulations are performed at constant temperature and ambient pressure. In addition to a thermostat, these simulations require a **barostat** algorithm to control the pressure.
48
56
49
-
- Simulation of *NVE* ensemble is relatively easy to achieve, as long as the MD code manages to conserve the energy of the system.
50
-
- The *NVT* ensemble is more practically relevant, as in the real world it is much easier to manage the temperature of a system rather than it's energy.
51
-
- Need to use a temperature control algorithm, a *thermostat*.
52
-
- In many cases constant ambient pressure and temperature are desired. In addition to using a thermostat to control the temperature, we also need to use a pressure control algorithm, a *barostat*.
53
57
54
58
## Temperature Control Algorithms
55
59
- Allow energy to enter and leave the simulated system to keep its temperature constant.
0 commit comments