@@ -353,8 +353,8 @@ def beta_A_isometric_monte_carlo(self, v, **kwargs):
353
353
354
354
where the relative free energy of the reference system is
355
355
356
- .. math::
357
- \Delta A_0\equiv
356
+ .. math::
357
+ \Delta A_0\equiv
358
358
A_0(v,\boldsymbol{\lambda})-A_0(1,\boldsymbol{\lambda}),
359
359
360
360
and where the isometric ensemble average here is
@@ -371,9 +371,9 @@ def beta_A_isometric_monte_carlo(self, v, **kwargs):
371
371
372
372
where the free energy measure here is
373
373
374
- .. math::
375
- A_\star(\boldsymbol{\lambda})\equiv
376
- A_0(1,\lambda}) + U_1(\boldsymbol{\lambda}).
374
+ .. math::
375
+ A_\star(\boldsymbol{\lambda})\equiv
376
+ A_0(1,\boldsymbol{\ lambda}) + U_1(\boldsymbol{\lambda}).
377
377
378
378
Args:
379
379
v (array_like): The nondimensional end separation.
@@ -445,7 +445,7 @@ def beta_G_isotensional_monte_carlo(self, p, **kwargs):
445
445
where the relative free energy of the reference system is
446
446
447
447
.. math::
448
- \Delta G_0\equiv
448
+ \Delta G_0\equiv
449
449
G_0(p,\boldsymbol{\lambda})-G_0(0,\boldsymbol{\lambda}),
450
450
451
451
and where the isotensional ensemble average here is
@@ -463,8 +463,8 @@ def beta_G_isotensional_monte_carlo(self, p, **kwargs):
463
463
where the free energy measure here is
464
464
465
465
.. math::
466
- G_\star(\boldsymbol{\lambda})\equiv
467
- G_0(0,\lambda}) + U_1(\boldsymbol{\lambda}).
466
+ G_\star(\boldsymbol{\lambda})\equiv
467
+ G_0(0,\boldsymbol{\ lambda}) + U_1(\boldsymbol{\lambda}).
468
468
469
469
Args:
470
470
p (array_like): The nondimensional end force.
0 commit comments