Skip to content
Snippets Groups Projects
Commit 881945af authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixes in doc

Thanks to Qingh Liao
parent 98671c53
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ often cheaper and easier to calculate the distances between all the pairs of ato ...@@ -45,7 +45,7 @@ often cheaper and easier to calculate the distances between all the pairs of ato
between the two structures, \f$\mathbf{X}^a\f$ and \f$\mathbf{X}^b\f$ can then be measured as: between the two structures, \f$\mathbf{X}^a\f$ and \f$\mathbf{X}^b\f$ can then be measured as:
\f[ \f[
d(\mathbf{X}^A, \mathbf{X}^B) = \frac{1}{N(N-1)} \sum_{i \ne j} [ d(\mathbf{x}_i^a,\mathbf{x}_j^a) - d(\mathbf{x}_i^b,\mathbf{x}_j^b) ]^2 d(\mathbf{X}^A, \mathbf{X}^B) = \sqrt{\frac{1}{N(N-1)} \sum_{i \ne j} [ d(\mathbf{x}_i^a,\mathbf{x}_j^a) - d(\mathbf{x}_i^b,\mathbf{x}_j^b) ]^2}
\f] \f]
where \f$N\f$ is the number of atoms and \f$d(\mathbf{x}_i,\mathbf{x}_j)\f$ represents the distance between where \f$N\f$ is the number of atoms and \f$d(\mathbf{x}_i,\mathbf{x}_j)\f$ represents the distance between
......
...@@ -22,7 +22,7 @@ In PT, exchanges are usually attempted between adjacent temperatures ...@@ -22,7 +22,7 @@ In PT, exchanges are usually attempted between adjacent temperatures
with the following acceptance probability: with the following acceptance probability:
\f[ \f[
p(i \rightarrow j) = min \{ 1,\Delta_{i,j}^{PT} \}, p(i \rightarrow j) = min \{ 1,e^{\Delta_{i,j}^{PT}} \},
\f] \f]
with with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment