Skip to content

Commit b4cd5a9

Browse files
committed
Updated dimensionality docs and favicon.
1 parent af30a4c commit b4cd5a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/learn/dimensionality.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ clustering requires that we define a metric for the distance between atoms. We
4141
use the following metric:
4242

4343
$$
44-
d_{ij} = \lvert \vec{r}_i - \vec{r}_j \rvert^{\text{MIC}} - r_i - r_j
44+
d_{ij} = \lvert \vec{R}_i - \vec{R}_j \rvert^{\text{MIC}} - r_i - r_j
4545
$$
4646

47-
where $\vec{r}_i$ and $\vec{r}_i$ are the cartesian positions of atom $i$ and
47+
where $\vec{R}_i$ and $\vec{R}_j$ are the cartesian positions of atom $i$ and
4848
$j$, respectively, and $r_i$ and $r_j$ are their radii. The radii definition can
4949
be changed and defaults to covalent radii[^3]. It is important to notice that in
5050
this metric the distances always follow the minimum image convention (MIC), i.e.

docs/static/img/favicon.ico

14.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)