Skip to content

Commit 508a11c

Browse files
committed
doc: align repformer channel description with MP equation
Authored by OpenClaw (model: gpt-5.3-codex)
1 parent a5a4922 commit 508a11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/model/dpa2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The descriptor follows two main stages:
2727
1. **repinit (representation initializer)**
2828
- Initializes and fuses type and geometry information from local environments.
2929
1. **repformer (representation transformer)**
30-
- Stacked message-passing layers that update $\mathbf{f}$ and $\mathbf{g}$ channels through convolution/symmetrization/MLP and attention-style interactions.
30+
- Stacked message-passing layers that update $\mathbf{f}$, $\mathbf{g}$, and per-atom representations $\mathbf{h}$ through convolution/symmetrization/MLP and attention-style interactions.
3131

3232
The final descriptor is formed from learned single-atom representations and then passed to downstream fitting/model components.
3333

0 commit comments

Comments
 (0)