Expand description
Repflows descriptor block — DPA-3’s message-passing stack.
Translated from deepmd/dpmodel/descriptor/repflows.py.
DPA-3 evolves four feature channels through nlayers RepFlowLayers:
node_ebd ∈ ℝ^{nf, nloc, n_dim}— per-atom invariantedge_ebd ∈ ℝ^{nf, nloc, nnei, e_dim}— per-pair invarianth2 ∈ ℝ^{nf, nloc, nnei, 3}— per-pair equivariantangle_ebd ∈ ℝ^{nf, nloc, a_sel, a_sel, a_dim}— three-body
§Parity scope
Mainstream config only: smooth=true, update_style="res_avg",
use_dynamic_sel=false (static-shape graph),
edge_init_use_dist=false.