Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 30, 2024
1 parent 6937ef8 commit 71b0fe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/model/pairtab.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
Expand All @@ -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 }}
Expand All @@ -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.
:::

Expand Down

0 comments on commit 71b0fe4

Please sign in to comment.