Expand description
ESMFold2 layer implementations.
Modules§
- atom_
encoder - Atom encoder: per-atom feature encoder for ESMFold2.
- confidence_
head - Confidence head: predicts pLDDT, pAE, pDE, and distogram.
- diffusion
- AF3-style EDM diffusion module for all-atom coordinate generation.
- folding_
trunk - Folding trunk: 24-layer Pairformer transformer.
- lm_
encoder - LM encoder adapter: projects ESMC-6B hidden states → single representation.
- pair_
init - Pair representation initialization for the ESMFold2 FoldingTrunk.
- pairformer
- Pairformer block — core iterative refinement layer of the ESMFold2 FoldingTrunk.