You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for neighbors $eta\in\mathcal{N}(lpha)$ within cutoffs.
21
+
for neighbors $\beta\in\mathcal{N}(\alpha)$ within cutoffs.
22
22
23
23
### Descriptor pipeline
24
24
25
25
The descriptor follows two main stages:
26
26
27
27
1.**repinit (representation initializer)**
28
28
- Initializes and fuses type and geometry information from local environments.
29
-
1.**repformer (representation transformer)**
29
+
2.**repformer (representation transformer)**
30
30
- Stacked message-passing layers that update $\mathbf{f}$ and $\mathbf{g}$ channels through convolution/symmetrization/MLP and attention-style interactions.
31
31
32
32
The final descriptor is formed from learned single-atom representations and then passed to downstream fitting/model components.
33
33
34
-
### Messagepassing intuition
34
+
### Message-passing intuition
35
35
36
36
DPA-2 updates local features layer-by-layer with residual connections. Conceptually, each layer performs neighborhood aggregation using geometry-conditioned interactions:
where $\mathrm{MP}^{(l)}$ denotes the layer-specific message-passing operator.
@@ -65,7 +64,7 @@ If one runs LAMMPS with MPI, the customized OP library for the C++ interface sho
65
64
If one runs LAMMPS with MPI and CUDA devices, it is recommended to compile the customized OP library for the C++ interface with a [CUDA-Aware MPI](https://developer.nvidia.com/mpi-solutions-gpus) library and CUDA,
66
65
otherwise the communication between GPU cards falls back to the slower CPU implementation.
67
66
68
-
## Limiations of the JAX backend with LAMMPS {{ jax_icon }}
67
+
## Limitations of the JAX backend with LAMMPS {{ jax_icon }}
69
68
70
69
When using the JAX backend, 2 or more MPI ranks are not supported. One must set `map` to `yes` using the [`atom_modify`](https://docs.lammps.org/atom_modify.html) command.
0 commit comments