From 71b0fe4cbbfa66f0cb72cd3e421a23a1a3e58907 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:34:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/model/pairtab.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/model/pairtab.md b/doc/model/pairtab.md index 0e32f6be0b..0fdeb8949e 100644 --- a/doc/model/pairtab.md +++ b/doc/model/pairtab.md @@ -1,7 +1,7 @@ # Interpolation or combination with a pairwise potential {{ tensorflow_icon }} {{ pytorch_icon }} {{ dpmodel_icon }} :::{note} -**Supported backends**: TensorFlow {{ tensorflow_icon }}, PyTorch {{ pytorch_icon }}, DP {{ dpmodel_icon }} +**Supported backends**: TensorFlow {{ tensorflow_icon }}, PyTorch {{ pytorch_icon }}, DP {{ dpmodel_icon }} ::: ## Theory @@ -71,6 +71,7 @@ In instances where the interaction at the cut-off distance is not delineated wit ::::{tab-set} :::{tab-item} TensorFlow {{ tensorflow_icon }} + ```json "model": { "use_srtab": "H2O_tab_potential.txt", @@ -80,6 +81,7 @@ In instances where the interaction at the cut-off distance is not delineated wit "_comment": "Below uses a normal DP model" } ``` + ::: :::{tab-item} PyTorch {{ pytorch_icon }} @@ -96,6 +98,7 @@ In instances where the interaction at the cut-off distance is not delineated wit "_comment": "Below uses a normal DP model" } ``` + In the PyTorch backend, the `ZBLModel` accommodates mismatched `type_map`. The ultimate `type_map` utilized by the combined model is a union of the `type_map` from the individual models. :::