From 414d9608f8c2348ab116e2e317f127cf7e860df3 Mon Sep 17 00:00:00 2001 From: James Michael Goff Date: Fri, 22 Mar 2024 16:51:27 -0600 Subject: [PATCH] fixed whitespace in docs --- doc/src/compute_mliap.rst | 2 +- doc/src/pair_mliap.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/compute_mliap.rst b/doc/src/compute_mliap.rst index 0ff408d1fc..4bd5194bfd 100644 --- a/doc/src/compute_mliap.rst +++ b/doc/src/compute_mliap.rst @@ -46,7 +46,7 @@ form (*model*) and the geometric quantities that characterize the atomic positions (*descriptor*). By defining *model* and *descriptor* separately, it is possible to use many different models with a given descriptor, or many different descriptors with a given model. Currently, the compute -supports *linear* and *quadratic* SNAP descriptor computes used in +supports *linear* and *quadratic* SNAP descriptor computes used in :doc:`pair_style snap `, *linear* SO3 descriptor computes, and *linear* ACE descriptor computes used in :doc:`pair_style pace `, and it is straightforward to add new descriptor styles. diff --git a/doc/src/pair_mliap.rst b/doc/src/pair_mliap.rst index 36f1b48d18..30ae93a123 100644 --- a/doc/src/pair_mliap.rst +++ b/doc/src/pair_mliap.rst @@ -175,7 +175,7 @@ Currently three descriptor styles are available: *sna*, *so3*, and *ace*. :doc:`pair_style pace `. Note that unlike the potential file, the Clebsch-Gordan coefficients in the descriptor file supplied should *NOT* be multiplied by linear or square root embedding terms. - + The SNAP descriptor file closely follows the format of the :doc:`pair_style snap ` parameter file. The file can contain @@ -214,7 +214,7 @@ The *ace* descriptor files can also be extracted from ACE model fits in `python-ace. `_ It is important to note that order of the types listed in :doc:`pair_coeff ` must match the order of the elements/types listed in the ACE descriptor file -for all *mliap* styles when using *ace* descriptors. +for all *mliap* styles when using *ace* descriptors. See the :doc:`pair_coeff ` page for alternate ways to specify the path for these *model* and *descriptor* files.