Pith. sign in

REVIEW 2 major objections 7 minor 121 references

Designing Cyclic Peptides via Harmonic SDE with Atom-Bond Modeling

T0 review · 2 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read CPSDE is a generative pipeline that designs cyclic peptides of all four linkage types directly from a receptor's 3D structure, using an all-atom harmonic SDE with explicit bond modeling and alternating sequence-structure sampling.

desk verdict Novel framework for cyclic peptide design that overclaims direct chemical validity; the raw geometry is never validated and the score approximation is off, but the core idea is worth engaging. read the letter →

arxiv 2505.21452 v1 pith:FJESIL4M submitted 2025-05-27 cs.LG q-bio.BM

classification cs.LGq-bio.BM
keywords cyclicpeptidedesignharmonicSDEall-atomgenerativemodelatom-bondmodelingsequence-structureco-designroutedsamplingprotein-liganddockingdrug
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces CPSDE, a generative method that designs cyclic peptide ligands by sampling sequence and all-atom 3D structure together, conditioned on a protein target's structure and a user-chosen cyclization chemistry. Existing generative peptide models target linear peptides, and earlier cyclic-peptide efforts cover only one cyclization type, so the paper's aim is to show that one pipeline can cover head-to-tail, head-to-side, side-to-tail, and side-to-side cyclizations. The authors argue that modeling every heavy atom and chemical bond explicitly lets the model reuse abundant linear-peptide and small-molecule complex data instead of requiring scarce cyclic-peptide structures. Their experiments report favorable Rosetta stability and affinity scores for all four types, with two case studies showing stable binding in 100 ns molecular dynamics simulations.

What carries the argument

The load-bearing object is the harmonic SDE built from the ligand chemical graph, with $H = L + \sigma_P^{-2} I$ (graph Laplacian plus a receptor-dependent scalar term). Its forward process $dx_L = -\tfrac12 \beta(t) x_L \, dt + \sqrt{\beta(t)} \Lambda^{1/2} P^\top dw$ has the closed-form perturbation kernel $\mathcal{N}(x_t; x_0 e^{-\frac12 \int_0^t \beta(s)\,ds}, H - H e^{-\int_0^t \beta(s)\,ds})$ and prior $\mathcal{N}(0, H)$, which places bonded atoms close together throughout generation. Around this, the atom73 representation stores each residue as a superposition of possible side chains, and bond edges make the cyclization constraints explicit; routed sampling alternates ATOM SDE denoising with ResRouter residue prediction and rebuilds the full chemical graph at each step.

What would settle it

Take a fixed set of test targets, run CPSDE, and measure the raw (pre-relaxation) cyclization bond lengths and bond angles against crystallographic reference ranges, such as the amide C-N bond near 1.33 Å or disulfide S-S near 2.0-2.5 Å, while counting atomic clashes with the receptor; if a large fraction of raw outputs violates these ranges, the claim that explicit bond modeling enforces cyclization geometry would be refuted.

Watch

Extended reading notes

Core claim

CPSDE casts cyclic peptide design as generating the conditional distribution $P(P\mid T, C)$: the peptide's all-atom structure $P$ given the receptor structure $T$ and the cyclization chemical graph $C$, which specifies the atoms and bonds that close the loop. The structure model ATOM SDE is trained as a harmonic SDE whose noise prior and perturbation kernel are governed by the ligand graph Laplacian $H = L + \sigma_P^{-2} I$, so bonded atoms remain spatially correlated during denoising; the residue predictor ResRouter reads denoised structures and proposes amino acid types. Routed sampling alternates the two models, keeping an atom73 superposition state for free residues and a fixed state for cyclization-constrained atoms, and reassembles the chemical graph at every step. The paper demonstrates that the resulting cyclic peptides match their intended cyclization graphs and reports that best-of-batch designs outperform linear-peptide baselines on Rosetta affinity and diversity, with MD simulations supporting two designed inhibitors.

Load-bearing premise

The load-bearing premise is that a denoising model trained mostly on linear peptides and small molecules will, when conditioned on a cyclization chemical graph during sampling, produce closure bonds with correct lengths and angles and no receptor clashes; the paper's own Appendix J concedes this sometimes fails, reporting inaccurate bond lengths and atomic receptor clashes in generated cyclic peptides.

Editorial extensions

If this is right

  • Cyclization constraints can be supplied as chemical graphs rather than learned from rare cyclic-peptide structures, so the method can in principle be retargeted to new cyclization chemistries without new training data.
  • A single generative pipeline can enumerate all four cyclization types for a target, letting a design campaign compare head-to-tail, head-to-side, side-to-tail, and side-to-side candidates from the same model.
  • Best-of-batch CPSDE designs match or beat the PepFlow linear baseline on Rosetta affinity (mixed set -55.71 vs -47.88 kcal/mol) while keeping diversity around 0.79, suggesting the cyclic outputs are not merely collapsed to one motif.
  • The two MD case studies (100 ns, two repeats each) show the designed cyclic peptides with lower backbone RMSD and more negative MM-PBSA binding free energies than the reference linear peptides, supporting the authors' stability-and-affinity claim.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: since the cyclization chemical graph already encodes arbitrary bonds, the same sampling procedure should extend to polycyclic peptides and non-canonical residues in the loop, although the paper does not generate those cases.
  • Editorial inference: the current protocol requires the user to enumerate cyclization types by hand; a natural extension is a classifier that selects the best cyclization type from pocket geometry, which would turn the method into a one-shot design tool.
  • Editorial inference: the validity rate of raw, unrelaxed outputs is the metric that determines how much of chemical validity the model itself supplies; the Appendix J caveat suggests that the practical pipeline should budget for Rosetta relaxation or enforce bond geometry in post-processing.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 7 minor

Summary. The paper introduces CPSDE, a generative model for target-aware cyclic peptide design. The method combines AtomSDE, a harmonic SDE trained on protein–small-molecule and linear-peptide complexes with an all-atom and bond-level representation, with ResRouter, a residue-type predictor. A "routed sampling" algorithm alternates between denoising the all-atom structure and updating residue types, conditioned on a user-supplied cyclization chemical graph, to generate head-to-tail, head-to-side, side-to-tail, and side-to-side cyclic peptides. The authors evaluate their method with Rosetta stability and affinity scores on 100 receptor pockets, compare with linear-peptide baselines, and provide two case studies with MD simulations. The central claim is that CPSDE is the first generative algorithm capable of directly generating chemically valid cyclic peptides of all four cyclization types informed by a protein target's 3D structure.

Significance. If the central claim holds, the work would be a meaningful advance in computational peptide design, addressing a real gap: most generative peptide models handle linear peptides only, while the four cyclization types and non-canonical bonds are largely unsupported. The harmonic SDE with a graph-Laplacian-based anisotropic covariance is a principled way to inject bond information, and the curated training datasets are a useful resource. The paper also provides honest limitations in Appendix J. However, the significance is currently tempered by two issues: the score approximation in Section 3.2 appears inconsistent with the harmonic kernel, and the paper does not validate the raw generated cyclization geometry, relying instead on Rosetta-relaxed energies. Because the headline contribution is "direct generation of chemically valid cyclic peptides," these points are load-bearing.

major comments (2)
  1. [Section 3.2] The estimated score function displayed after Eq. (4) reads ∇_x log p_t(x) ≈ −(1/√(1−∫_0^s β(u)du))(x − D_θ(x,t)). However, the harmonic perturbation kernel in Eq. (3) and Appendix F has covariance Σ(t) = H − H e^{−∫_0^t β(s)ds} = H(1−e^{−∫_0^t β(s)ds}). For a Gaussian with this covariance, the score is −Σ(t)^{-1}(x − mean) = −H^{-1}(1−e^{−∫β})^{-1}(x − mean). The formula in the paper omits H^{-1} and uses a square root in the denominator; as written it is dimensionally inconsistent with the anisotropic covariance and does not match the derived kernel. The authors should correct this formula or clearly specify the parameterization used in the implementation (e.g., if D_θ predicts noise rather than x_0, the reconstruction loss in Eq. (4) would need to be changed accordingly). Since the reverse SDE in Eq. (2) is the core generative mechanism, this is a load-bearing technical point.
  2. [Appendix J and Section 3.4] The paper's central claim is that CPSDE "directly generates chemically valid cyclic peptides" (Section 1, Figure 2). The training data consist of small-molecule and linear-peptide complexes (Section 4.1), the training objective in Eq. (4) is a per-atom reconstruction loss with no term enforcing the geometry of the newly created cyclization bond, and Algorithm 1 contains no projection step that enforces bond lengths, bond angles, or clash-free ring closure. Appendix J explicitly states that "the generated cyclic peptides may sometimes exhibit invalid conformations, such as inaccurate bond lengths and atomic receptor clashes." All main-table results (Table 1 and Appendix H.1) are reported after Rosetta FastRelax and InterfaceAnalyzer, which can repair poor geometry, so favorable energies do not demonstrate that the raw generated structures satisfy cyclization constraints. To support the headline contribution, the authors should report, on the raw (pre-relaxation) structures, the distributions or pass rates of: (i) the length of the newly formed bond versus the expected value (e.g., 2.0–2.5 Å for disulfide, ~1.3–1.5 Å for amide/ester bonds), (ii) bond angles at the cyclization atoms, (iii) steric clash counts, and (iv) ring-closure distances. Without such evidence, the method is better described as a sequence/coarse-pose generator requiring post-processing, not a direct generator of chemically valid cyclic peptides.
minor comments (7)
  1. [Section 3.1] In the sentence "and and dt is an infinitesimal negative timestep," the second "and" appears to be a typo; it should be "where dt is an infinitesimal negative timestep."
  2. [Eq. (3) and Appendix F] Equation (3) uses the notation \tilde{x}_L in the drift term, while the corresponding SDE in Appendix F is written with x_L. Please unify the notation.
  3. [Section 3.2] The integral notation "∫_0^s β(s)ds" is confusing because the integration variable and the upper limit share the symbol s; please use a different dummy variable (e.g., ∫_0^t β(u)du).
  4. [Table 3] The header "HydrophobicCharged" appears to combine two separate metrics; it should be split into "Hydrophobic Ratio" and "Charged Ratio."
  5. [Algorithm 1] The function name "Supgraph" in line 15 is likely a typo for "Subgraph," matching the text in Section 3.3.
  6. [Appendix G.1] The definition of e_{ij} contains a parenthesis error: it should read e_{ij} ← ϕ_B(∥x_i − x_j∥, b_{ij}) rather than ϕ_B(∥x_i − x_j, b_{ij}\|).
  7. [Section 4.2] The sentence "Among all co-design methods, our method exhibits superior energy performance" is correct only after excluding RFDiffusion, which is marked as not a co-design method; consider making this exclusion explicit to avoid confusion with the later statement that RFDiffusion has the best energy.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the generative pipeline is trained on independent complex data and evaluated with external Rosetta scores, and the cyclization graph is an explicit conditioning input rather than a fitted prediction.

full rationale

ATOMSDE is trained to minimize a per-atom reconstruction loss (Eq. 4) on PDBBind and peptide-complex data, and RESROUTER is trained with a cross-entropy residue-type loss (Eq. 5) on peptide data; neither Rosetta's REF2015/InterfaceAnalyzer energies nor the 100 test pockets enter any training objective. The harmonic-SDE prior is adopted from external prior work (Jing et al. 2023; Stark et al. 2023), and the atom73 state from external Protpardelle work (Chu et al. 2024). Self-citations (Chen et al. 2025; Zhou et al. 2024a,b,c,d; Cheng et al. 2024; Ye et al. 2024) appear only in related work, metric definitions, or future-work suggestions and do not carry the central derivation. The cyclization chemical graph C is an explicitly given conditioning input, and Algorithm 1 assembles the output graph from that input; this makes the cyclization 'type' an input label rather than a predicted quantity, but the method's actual output—all-atom coordinates—is not equated by construction with any training target or fitted parameter. Appendix J's admission of occasionally invalid bond lengths and receptor clashes is a real validity gap for the 'chemically valid' phrasing of the contribution, but it is a correctness/soundness concern, not a circularity: the paper does not fit a parameter to the claim and then report that fit as a prediction. No load-bearing self-citation, uniqueness import, or renamed known result was found.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The central claim rests on the transfer of a linear and small-molecule-trained model to cyclic topologies, on hand-chosen diffusion hyperparameters, and on computational energy functions as the only evaluation. No new physical entities are introduced. These are the main paid-in assumptions.

free parameters (2)
  • sigma_P (receptor-dependent scalar in harmonic prior) = not specified
    Defines H = L + sigma_P^{-2} I in Section 3.2 and controls the prior coupling of ligand atoms to the receptor. No estimation procedure or value is given; it is a hand-chosen or fit parameter affecting the sampled structures.
  • Noise schedule beta(t) endpoints (beta_min, beta_max) = 0.01, 3.0
    Linear schedule beta(t) = (beta_max - beta_min) t + beta_min chosen in Appendix G.2; affects the diffusion dynamics and sampling trajectories.
assumptions (4)
  • domain assumption SE(3)-equivariant GNN message passing over kNN and chemical-bond graphs captures all interactions needed for correct cyclic peptide placement
    Used throughout Sections 3.2 and G.1 as the backbone architecture; if this representation is insufficient, the predicted structures will be invalid.
  • domain assumption Conditioning the denoiser on the cyclization chemical graph C during reverse sampling is sufficient to enforce a cyclic topology
    The core hypothesis of the routed sampling algorithm in Section 3.4; the paper provides only qualitative post-hoc alignment and admits invalid conformations in Appendix J.
  • domain assumption Rosetta REF2015 total energy and interface energy are valid proxies for peptide stability and binding affinity
    Used in Section 4.1 and Appendix H.1 to select and evaluate all designs; no experimental binding data are presented.
  • domain assumption The atom73 superposition representation from Protpardelle is adequate for side-chain states in free residues
    Borrowed in Section 3.4 and Appendix C from Chu et al. (2024); the paper relies on it without independent validation for cyclic contexts.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Designing Cyclic Peptides via Harmonic SDE with Atom-Bond Modeling." pith.science (2026). https://pith.science/paper/FJESIL4M

@misc{pith2026250521452,
  author       = {Pith},
  title        = {Pith review of: Designing Cyclic Peptides via Harmonic SDE with Atom-Bond Modeling},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FJESIL4M}},
  note         = {Machine review of arXiv:2505.21452}
}
read the original abstract

Cyclic peptides offer inherent advantages in pharmaceuticals. For example, cyclic peptides are more resistant to enzymatic hydrolysis compared to linear peptides and usually exhibit excellent stability and affinity. Although deep generative models have achieved great success in linear peptide design, several challenges prevent the development of computational methods for designing diverse types of cyclic peptides. These challenges include the scarcity of 3D structural data on target proteins and associated cyclic peptide ligands, the geometric constraints that cyclization imposes, and the involvement of non-canonical amino acids in cyclization. To address the above challenges, we introduce CpSDE, which consists of two key components: AtomSDE, a generative structure prediction model based on harmonic SDE, and ResRouter, a residue type predictor. Utilizing a routed sampling algorithm that alternates between these two models to iteratively update sequences and structures, CpSDE facilitates the generation of cyclic peptides. By employing explicit all-atom and bond modeling, CpSDE overcomes existing data limitations and is proficient in designing a wide variety of cyclic peptides. Our experimental results demonstrate that the cyclic peptides designed by our method exhibit reliable stability and affinity.

Figures

Figures reproduced from arXiv: 2505.21452 by the authors.

Figure 1
Figure 1. Comparative advantages of cyclic peptides over linear peptides. Linear peptides are easily degraded, whereas cyclic peptides are protected against enzyme hydrolysis, allowing them to function more effectively within the human body. Cyclic peptides generally exhibit better stability and affinity. 1 Introduction Therapeutic peptides are a distinct group of pharmaceutical compounds comprising a sequence of precisely ar… view at source ↗
Figure 2
Figure 2. Overview of CPSDE. The generative process is structured as follows: (1) A cyclization type is initially selected, which subsequently determines the associated 2D chemical graph; (2) At time t, given the entire chemical graph defined by both cyclization (highlighted with a yellow shadow) and the predicted residue types, the all-atom structure is initially denoised using ATOMSDE and then re-noised in accordance with t… view at source ↗
Figure 3
Figure 3. Discovery of new SMYD2 cyclic peptide inhibitors via applications of CPSDE. Upper: Visualization of conformational ensembles for the designed peptides sampled by MD. Bottom: RMSD analysis of all heavy atoms within the designed peptides. Design of SMYD2 peptide inhibitors via head-to-tail cy￾clization. SMYD2 is an oncogene that critically regulates tumor-related signaling pathways, making it an attractive target for … view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Discovery of new SET8 cyclic peptide inhibitors via applications of CPSDE. Upper: Visualization of conformational ensembles for the designed peptides sampled by MD. Bottom: RMSD analysis of all heavy atoms within the designed peptides. Herein, CPSDE was employed to des…
Figure 5
Figure 5. Figure 5: shows two cyclic peptide drugs approved in recent 20 years. According to Sharma et al. (2023); Fang et al. (2024); Costa et al. (2023), cyclic peptides can be classified by their cyclization strategies: head-to-tail cyclization (between N￾and C-termini); side-to-side c…
Figure 6
Figure 6. Figure 6: Examples of 3D structures of cyclic peptides and their chemical graphs. The cyclization structures are highlighted in pink. The corresponding cyclization types are: 5I2I E: head-to-tail; 3AV9 X: head-to-tail; 5TXE C: head-to-side; 3QG6 C: side-to-tail; 1U91 C: side-to-…
Figure 7
Figure 7. Figure 7: Statistics on peptide and cyclic peptide lengths in our dataset [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Analysis of cyclic peptide distribution and the proportions of the five cyclization types. with multimodal generative protein language models. Cyclic Peptide Design. Although computational cyclic peptide design is an innovative research area, there are already recent s…
Figure 9
Figure 9. Figure 9: Visualization of reference ligand, linear peptides designed by PepFlow, and cyclic peptides designed by CPSDE. J Limitations and Future Work One limitation is that the generated cyclic peptides may sometimes exhibit invalid conformations, such as inaccurate bond length…
Figure 10
Figure 10. Figure 10: Head-to-tail cyclic peptides designed for target SMYD2. 27 [PITH_FULL_IMAGE:figures/full_fig_p027_10.png]
Figure 11
Figure 11. Figure 11: Side-to-side cyclic peptides designed for target SET8. 28 [PITH_FULL_IMAGE:figures/full_fig_p028_11.png]
Figure 12
Figure 12. Figure 12: Structure ensembles of SMYD2 from multiple perspectives. 29 [PITH_FULL_IMAGE:figures/full_fig_p029_12.png]
Figure 13
Figure 13. Figure 13: Structure ensembles of SET8 from multiple perspectives. 30 [PITH_FULL_IMAGE:figures/full_fig_p030_13.png]
Figure 14
Figure 14. Figure 14: Examples of reference peptides, linear peptides designed by PepFlow, and cyclic peptides designed by our method. 31 [PITH_FULL_IMAGE:figures/full_fig_p031_14.png]
Figure 15
Figure 15. Figure 15: Examples of reference peptides, linear peptides designed by PepFlow, and cyclic peptides designed by our method. 32 [PITH_FULL_IMAGE:figures/full_fig_p032_15.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

121 extracted references · 49 canonical work pages

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...

  2. [2]

    J., Bambrick, J., et al

    Abramson, J., Adler, J., Dunger, J., Evans, R., Green, T., Pritzel, A., Ronneberger, O., Willmore, L., Ballard, A. J., Bambrick, J., et al. Accurate structure prediction of biomolecular interactions with alphafold 3. Nature, pp.\ 1--3, 2024

  3. [3]

    F., Leaver-Fay, A., Jeliazkov, J

    Alford, R. F., Leaver-Fay, A., Jeliazkov, J. R., O’Meara, M. J., DiMaio, F. P., Park, H., Shapovalov, M. V., Renfrew, P. D., Mulligan, V. K., Kappel, K., et al. The rosetta all-atom energy function for macromolecular modeling and design. Journal of chemical theory and computation, 13 0 (6): 0 3031--3048, 2017

  4. [4]

    R., Wang, J., Cong, Q., Kinch, L

    Baek, M., DiMaio, F., Anishchenko, I., Dauparas, J., Ovchinnikov, S., Lee, G. R., Wang, J., Cong, Q., Kinch, L. N., Schaeffer, R. D., et al. Accurate prediction of protein structures and interactions using a three-track neural network. Science, 373 0 (6557): 0 871--876, 2021

  5. [5]

    M., Westbrook, J., Feng, Z., Gilliland, G., Bhat, T

    Berman, H. M., Westbrook, J., Feng, Z., Gilliland, G., Bhat, T. N., Weissig, H., Shindyalov, I. N., and Bourne, P. E. The protein data bank. Nucleic acids research, 28 0 (1): 0 235--242, 2000

  6. [6]

    K., Bahl, C

    Bhardwaj, G., Mulligan, V. K., Bahl, C. D., Gilmore, J. M., Harvey, P. J., Cheneval, O., Buchko, G. W., Pulavarti, S. V., Kaas, Q., Eletsky, A., et al. Accurate de novo design of hyperstable constrained peptides. Nature, 538 0 (7625): 0 329--335, 2016

  7. [7]

    A., Mulligan, V

    Bhardwaj, G., O’Connor, J., Rettie, S., Huang, Y.-H., Ramelot, T. A., Mulligan, V. K., Alpkilic, G. G., Palmer, J., Bera, A. K., Bick, M. J., et al. Accurate de novo design of membrane-traversing macrocycles. Cell, 185 0 (19): 0 3520--3532, 2022

  8. [8]

    Score-Based Generative Models for Designing Binding Peptide Backbones

    Boom, J. D., Greenig, M., Sormanni, P., and Liò, P. Score-based generative models for designing binding peptide backbones, 2024. URL https://arxiv.org/abs/2310.07051

Show all 121 references
  1. [9]

    K., Rahimi, M

    Buckton, L. K., Rahimi, M. N., and McAlpine, S. R. Cyclic peptides as drugs for intracellular targets: the next frontier in peptide therapeutic development. Chemistry--A European Journal, 27 0 (5): 0 1487--1513, 2021

  2. [10]

    K., Bhikadiya, C., Bi, C., Bittrich, S., Chao, H., Chen, L., Craig, P

    Burley, S. K., Bhikadiya, C., Bi, C., Bittrich, S., Chao, H., Chen, L., Craig, P. A., Crichlow, G. V., Dalenberg, K., Duarte, J. M., et al. Rcsb protein data bank (rcsb. org): delivery of experimentally-determined pdb structures alongside one million computed structure models ...

  3. [11]

    Camarero, J. A. and Muir, T. W. Biosynthesis of a head-to-tail cyclized protein with improved biological activity. Journal of the American Chemical Society, 121 0 (23): 0 5597--5598, 1999

  4. [12]

    Generative flows on discrete state-spaces: Enabling multimodal flows with applications to protein co-design

    Campbell, A., Yim, J., Barzilay, R., Rainforth, T., and Jaakkola, T. Generative flows on discrete state-spaces: Enabling multimodal flows with applications to protein co-design. In Forty-first International Conference on Machine Learning, 2024

  5. [13]

    Surfdock is a surface-informed diffusion generative model for reliable and accurate protein--ligand complex prediction

    Cao, D., Chen, M., Zhang, R., Wang, Z., Huang, M., Yu, J., Jiang, X., Fan, Z., Zhang, W., Zhou, H., et al. Surfdock is a surface-informed diffusion generative model for reliable and accurate protein--ligand complex prediction. Nature Methods, pp.\ 1--13, 2024

  6. [14]

    S., Jude, K

    Cao, L., Coventry, B., Goreshnik, I., Huang, B., Sheffler, W., Park, J. S., Jude, K. M., Markovi \'c , I., Kadam, R. U., Verschueren, K. H., et al. Design of protein-binding proteins from the target structure alone. Nature, 605 0 (7910): 0 551--560, 2022

  7. [15]

    E., Pavel, M., \'C wik a, J

    Caplin, M. E., Pavel, M., \'C wik a, J. B., Phan, A. T., Raderer, M., Sedl \'a c kov \'a , E., Cadiot, G., Wolin, E. M., Capdevila, J., Wall, L., et al. Lanreotide in metastatic enteropancreatic neuroendocrine tumors. New England Journal of Medicine, 371 0 (3): 0 224--233, 2014

  8. [16]

    Chaudhury, S., Lyskov, S., and Gray, J. J. Pyrosetta: a script-based interface for implementing molecular modeling algorithms using rosetta. Bioinformatics, 26 0 (5): 0 689--691, 2010

  9. [17]

    An all-atom generative model for designing protein complexes

    Chen, R., Xue, D., Zhou, X., Zheng, Z., Zeng, X., and Gu, Q. An all-atom generative model for designing protein complexes. In International Conference on Machine Learning, 2025

  10. [18]

    Pep MLM : Target sequence-conditioned generation of peptide binders via masked language modeling

    Chen, T., Pertsemlidis, S., and Chatterjee, P. Pep MLM : Target sequence-conditioned generation of peptide binders via masked language modeling. In ICLR 2024 Workshop on Generative and Experimental Perspectives for Biomolecular Design, 2024. URL https://openreview.net/forum?id...

  11. [19]

    Decomposed direct preference optimization for structure-based drug design

    Cheng, X., Zhou, X., Yang, Y., Bao, Y., and Gu, Q. Decomposed direct preference optimization for structure-based drug design. arXiv preprint arXiv:2407.13981, 2024

  12. [20]

    E., Kim, J., Cheng, L., El Nesr, G., Xu, M., Shuai, R

    Chu, A. E., Kim, J., Cheng, L., El Nesr, G., Xu, M., Shuai, R. W., and Huang, P.-S. An all-atom protein generative model. Proceedings of the National Academy of Sciences, 121 0 (27): 0 e2311500121, 2024

  13. [21]

    Corso, G., St \"a rk, H., Jing, B., Barzilay, R., and Jaakkola, T. S. Diffdock: Diffusion steps, twists, and turns for molecular docking. In The Eleventh International Conference on Learning Representations, 2023

  14. [22]

    Cyclic peptides in pipeline: what future for these great molecules? Pharmaceuticals, 16 0 (7): 0 996, 2023

    Costa, L., Sousa, E., and Fernandes, C. Cyclic peptides in pipeline: what future for these great molecules? Pharmaceuticals, 16 0 (7): 0 996, 2023

  15. [23]

    S., and Trievel, R

    Couture, J.-F., Collazo, E., Brunzelle, J. S., and Trievel, R. C. Structural and functional analysis of set8, a histone h4 lys-20 methyltransferase. Genes & development, 19 0 (12): 0 1455--1465, 2005

  16. [24]

    J., Milles, L

    Dauparas, J., Anishchenko, I., Bennett, N., Bai, H., Ragotte, R. J., Milles, L. F., Wicky, B. I., Courbet, A., de Haas, R. J., Bethel, N., et al. Robust deep learning--based protein sequence design using proteinmpnn. Science, 378 0 (6615): 0 49--56, 2022

  17. [25]

    and Nichol, A

    Dhariwal, P. and Nichol, A. Diffusion models beat gans on image synthesis. Advances in neural information processing systems, 34: 0 8780--8794, 2021

  18. [26]

    J., Czodrowski, P., Li, H., Nielsen, J

    Dolinsky, T. J., Czodrowski, P., Li, H., Nielsen, J. E., Jensen, J. H., Klebe, G., and Baker, N. A. Pdb2pqr: expanding and upgrading automated preparation of biomolecular structures for molecular simulations. Nucleic acids research, 35 0 (suppl\_2): 0 W522--W525, 2007

  19. [27]

    M., Hale, S

    Driggers, E. M., Hale, S. P., Lee, J., and Terrett, N. K. The exploration of macrocycles for drug discovery—an underexploited structural class. Nature Reviews Drug Discovery, 7 0 (7): 0 608--624, 2008

  20. [28]

    F., and Forli, S

    Eberhardt, J., Santos-Martins, D., Tillack, A. F., and Forli, S. Autodock vina 1.2. 0: New docking methods, expanded force field, and python bindings. Journal of chemical information and modeling, 61 0 (8): 0 3891--3898, 2021

  21. [29]

    Fang, P., Pang, W.-K., Xuan, S., Chan, W.-L., and Leung, K. C.-F. Recent advances in peptide macrocyclization strategies. Chemical Society Reviews, 2024

  22. [30]

    Disulfide bonding in protein biophysics

    Fass, D. Disulfide bonding in protein biophysics. Annual review of biophysics, 41 0 (1): 0 63--79, 2012

  23. [31]

    A., Banks, J

    Friesner, R. A., Banks, J. L., Murphy, R. B., Halgren, T. A., Klicic, J. J., Mainz, D. T., Repasky, M. P., Knoll, E. H., Shelley, M., Perry, J. K., et al. Glide: a new approach for rapid, accurate docking and scoring. 1. method and assessment of docking accuracy. Journal of me...

  24. [32]

    Gao, Z., Tan, C., Chen, X., Zhang, Y., Xia, J., Li, S., and Li, S. Z. Kw-design: Pushing the limit of protein design via knowledge refinement. In The Twelfth International Conference on Learning Representations, 2023 a

  25. [33]

    Gao, Z., Tan, C., and Li, S. Z. Pifold: Toward effective and efficient protein inverse folding. In The Eleventh International Conference on Learning Representations, 2023 b

  26. [34]

    Macrocycles in drug discovery-learning from the past for the future

    Garcia Jimenez, D., Poongavanam, V., and Kihlberg, J. Macrocycles in drug discovery-learning from the past for the future. Journal of Medicinal Chemistry, 66 0 (8): 0 5377--5396, 2023

  27. [35]

    and Kihlberg, J

    Giordanetto, F. and Kihlberg, J. Macrocyclic drugs and clinical candidates: what can medicinal chemists learn from their properties? Journal of medicinal chemistry, 57 0 (2): 0 278--295, 2014

  28. [36]

    W., Ma, W.-Y., Ma, J., and Peng, J

    Guan, J., Qian, W. W., Ma, W.-Y., Ma, J., and Peng, J. Energy-inspired molecular conformation optimization. In international conference on learning representations, 2021

  29. [37]

    Group ligands docking to protein pockets

    Guan, J., Li, J., Zhou, X., Peng, X., Wang, S., Luo, Y., Peng, J., and Ma, J. Group ligands docking to protein pockets. arXiv preprint arXiv:2501.15055, 2025

  30. [38]

    and Salimans, T

    Ho, J. and Salimans, T. Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598, 2022

  31. [39]

    Denoising diffusion probabilistic models

    Ho, J., Jain, A., and Abbeel, P. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33: 0 6840--6851, 2020

  32. [40]

    W., Le Grand, S., Walker, R

    Hopkins, C. W., Le Grand, S., Walker, R. C., and Roitberg, A. E. Long-time-step molecular dynamics through hydrogen mass repartitioning. Journal of chemical theory and computation, 11 0 (4): 0 1864--1874, 2015

  33. [41]

    R., Craven, T

    Hosseinzadeh, P., Watson, P. R., Craven, T. W., Li, X., Rettie, S., Pardo-Avila, F., Bera, A. K., Mulligan, V. K., Lu, P., Ford, A. S., et al. Anchor extension: a structure-guided approach to design cyclic peptides targeting enzyme active sites. Nature Communications, 12 0 (1)...

  34. [42]

    Learning inverse folding from millions of predicted structures

    Hsu, C., Verkuil, R., Liu, J., Lin, Z., Hie, B., Sercu, T., Lerer, A., and Rives, A. Learning inverse folding from millions of predicted structures. In International conference on machine learning, pp.\ 8946--8970. PMLR, 2022

  35. [43]

    Huang, Y., Zhang, O., Wu, L., Tan, C., Lin, H., Gao, Z., Li, S., and Li, S. Z. Re-dock: Towards flexible and realistic molecular docking with diffusion bridge. In Forty-first International Conference on Machine Learning, 2024. URL https://openreview.net/forum?id=QRjTDhCIO8

  36. [44]

    Generative models for graph-based protein design

    Ingraham, J., Garg, V., Barzilay, R., and Jaakkola, T. Generative models for graph-based protein design. Advances in neural information processing systems, 32, 2019

  37. [45]

    Structural insights into estrogen receptor methylation by histone methyltransferase smyd2, a cellular event implicated in estrogen signaling regulation

    Jiang, Y., Trescott, L., Holcomb, J., Zhang, X., Brunzelle, J., Sirinupong, N., Shi, X., and Yang, Z. Structural insights into estrogen receptor methylation by histone methyltransferase smyd2, a cellular event implicated in estrogen signaling regulation. Journal of molecular b...

  38. [46]

    Jin, W., Wohlwend, J., Barzilay, R., and Jaakkola, T. S. Iterative refinement graph neural network for antibody sequence-structure co-design. In International Conference on Learning Representations, 2022. URL https://openreview.net/forum?id=LI2bhrE_2A

  39. [47]

    Jing, B., Eismann, S., Suriana, P., Townshend, R. J. L., and Dror, R. Learning from protein structure with geometric vector perceptrons. In International Conference on Learning Representations, 2021. URL https://openreview.net/forum?id=1YLJDvSx6J4

  40. [48]

    Jing, B., Erives, E., Pao-Huang, P., Corso, G., Berger, B., and Jaakkola, T. S. Eigenfold: Generative protein structure prediction with diffusion models. In ICLR 2023-Machine Learning for Drug Discovery workshop, 2023

  41. [49]

    L., Chandrasekhar, J., Madura, J

    Jorgensen, W. L., Chandrasekhar, J., Madura, J. D., Impey, R. W., and Klein, M. L. Comparison of simple potential functions for simulating liquid water. The Journal of chemical physics, 79 0 (2): 0 926--935, 1983

  42. [50]

    S., Villequey, C., Kong, X.-D., Zorzi, A., Deyle, K., and Heinis, C

    Kale, S. S., Villequey, C., Kong, X.-D., Zorzi, A., Deyle, K., and Heinis, C. Cyclization of peptides with two chemical bridges affords large scaffold diversities. Nature chemistry, 10 0 (7): 0 715--723, 2018

  43. [51]

    N., Passioura, T., et al

    Kawamura, A., M \"u nzel, M., Kojima, T., Yapp, C., Bhushan, B., Goto, Y., Tumber, A., Katoh, T., King, O. N., Passioura, T., et al. Highly selective inhibition of histone demethylases by de novo macrocyclic peptides. Nature communications, 8 0 (1): 0 14773, 2017

  44. [52]

    End-to-end full-atom antibody design

    Kong, X., Huang, W., and Liu, Y. End-to-end full-atom antibody design. In Proceedings of the 40th International Conference on Machine Learning, pp.\ 17409--17429, 2023

  45. [53]

    Full-atom peptide design with geometric latent diffusion

    Kong, X., Jia, Y., Huang, W., and Liu, Y. Full-atom peptide design with geometric latent diffusion. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024. URL https://openreview.net/forum?id=IAQNJUJe8q

  46. [54]

    R., Morey-Burrows, F

    Krishna, R., Wang, J., Ahern, W., Sturmfels, P., Venkatesh, P., Kalvet, I., Lee, G. R., Morey-Burrows, F. S., Anishchenko, I., Humphreys, I. R., et al. Generalized biomolecular modeling and design with rosettafold all-atom. Science, 384 0 (6693): 0 eadl2528, 2024

  47. [55]

    V., Wang, Y

    Kulyt \.e , P., Vargas, F., Mathis, S. V., Wang, Y. G., Hern \'a ndez-Lobato, J. M., and Li \`o , P. Improving antibody design with force-guided sampling in diffusion models. arXiv preprint arXiv:2406.05832, 2024

  48. [56]

    Full-atom peptide design based on multi-modal flow matching

    Li, J., Cheng, C., Wu, Z., Guo, R., Luo, S., Ren, Z., Peng, J., and Ma, J. Full-atom peptide design based on multi-modal flow matching. In Proceedings of the 41st International Conference on Machine Learning, ICML'24. JMLR.org, 2025

  49. [57]

    Delineating the stepwise millisecond allosteric activation mechanism of the class c gpcr dimer mglu5

    Li, M., Lan, X., Shi, X., Zhu, C., Lu, X., Pu, J., Lu, S., and Zhang, J. Delineating the stepwise millisecond allosteric activation mechanism of the class c gpcr dimer mglu5. Nature Communications, 15 0 (1): 0 7519, 2024

  50. [58]

    Lin, H., Zhang, O., Zhao, H., Jiang, D., Wu, L., Liu, Z., Huang, Y., and Li, S. Z. Ppflow: target-aware peptide design with torsional flow matching. In Proceedings of the 41st International Conference on Machine Learning, ICML'24. JMLR.org, 2025

  51. [59]

    Evolutionary-scale prediction of atomic-level protein structure with a language model

    Lin, Z., Akin, H., Rao, R., Hie, B., Zhu, Z., Lu, W., Smetanin, N., Verkuil, R., Kabeli, O., Shmueli, Y., et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science, 379 0 (6637): 0 1123--1130, 2023

  52. [60]

    L., Gershon, J

    Lisanza, S. L., Gershon, J. M., Tipps, S. W., Sims, J. N., Arnoldt, L., Hendel, S. J., Simma, M. K., Liu, G., Yase, M., Wu, H., et al. Multistate and functional protein design using rosettafold sequence space diffusion. Nature Biotechnology, pp.\ 1--11, 2024

  53. [61]

    Cyclicpepedia: a knowledge base of natural and synthetic cyclic peptides

    Liu, L., Yang, L., Cao, S., Gao, Z., Yang, B., Zhang, G., Zhu, R., and Wu, D. Cyclicpepedia: a knowledge base of natural and synthetic cyclic peptides. Briefings in Bioinformatics, 25 0 (3): 0 bbae190, 2024

  54. [62]

    Decoupled weight decay regularization

    Loshchilov, I. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017

  55. [63]

    Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning

    Lu, C., Chen, H., Chen, J., Su, H., Li, C., and Zhu, J. Contrastive energy prediction for exact energy-guided diffusion sampling in offline reinforcement learning. In International Conference on Machine Learning, pp.\ 22825--22855. PMLR, 2023

  56. [64]

    Tankbind: Trigonometry-aware neural networks for drug-protein binding structure prediction

    Lu, W., Wu, Q., Zhang, J., Rao, J., Li, C., and Zheng, S. Tankbind: Trigonometry-aware neural networks for drug-protein binding structure prediction. Advances in neural information processing systems, 35: 0 7236--7249, 2022

  57. [65]

    G., and Zheng, S

    Lu, W., Zhang, J., Huang, W., Zhang, Z., Jia, X., Wang, Z., Shi, L., Li, C., Wolynes, P. G., and Zheng, S. Dynamicbind: Predicting ligand-specific protein-ligand complex structure with a deep equivariant generative model. Nature Communications, 15 0 (1): 0 1071, 2024

  58. [66]

    Antigen-specific antibody design and optimization with diffusion-based generative models for protein structures

    Luo, S., Su, Y., Peng, X., Wang, S., Peng, J., and Ma, J. Antigen-specific antibody design and optimization with diffusion-based generative models for protein structures. Advances in Neural Information Processing Systems, 35: 0 9754--9767, 2022

  59. [67]

    R., Subramanian, S., Mohr, B

    Madani, A., Krause, B., Greene, E. R., Subramanian, S., Mohr, B. P., Holton, J. M., Olmos, J. L., Xiong, C., Sun, Z. Z., Socher, R., et al. Large language models generate functional protein sequences across diverse families. Nature Biotechnology, 41 0 (8): 0 1099--1106, 2023

  60. [68]

    A., Martinez, C., Kasavajhala, K., Wickstrom, L., Hauser, K

    Maier, J. A., Martinez, C., Kasavajhala, K., Wickstrom, L., Hauser, K. E., and Simmerling, C. ff14sb: improving the accuracy of protein side chain and backbone parameters from ff99sb. Journal of chemical theory and computation, 11 0 (8): 0 3696--3713, 2015

  61. [69]

    K., Wang, T., Zupancic, J

    Makowski, E. K., Wang, T., Zupancic, J. M., Huang, J., Wu, L., Schardt, J. S., De Groot, A. S., Elkins, S. L., Martin, W. D., and Tessier, P. M. Optimization of therapeutic antibodies for reduced self-association and non-specific binding via interpretable machine learning. Nat...

  62. [70]

    Y., Chen, H., and Shen, C

    Mao, W., Zhu, M., Sun, Z., Shen, S., Wu, L. Y., Chen, H., and Shen, C. De novo protein design using geometric vector field networks. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=9UIGyJJpay

  63. [71]

    Abdiffuser: full-atom generation of in-vitro functioning antibodies

    Martinkus, K., Ludwiczak, J., LIANG, W.-C., Lafrance-Vanasse, J., Hotzel, I., Rajpal, A., Wu, Y., Cho, K., Bonneau, R., Gligorijevic, V., and Loukas, A. Abdiffuser: full-atom generation of in-vitro functioning antibodies. In Thirty-seventh Conference on Neural Information Proc...

  64. [72]

    C., Bastos, L

    Martins, P., Mariano, D., Carvalho, F. C., Bastos, L. L., Moraes, L., Paix \ a o, V., and Cardoso de Melo-Minardi, R. Propedia v2. 3: A novel representation approach for the peptide-protein interaction database using graph-based structural signatures. Frontiers in Bioinformati...

  65. [73]

    L., Habeshian, S., Li, B., David, J.-A

    Merz, M. L., Habeshian, S., Li, B., David, J.-A. G., Nielsen, A. L., Ji, X., Il Khwildy, K., Duany Benitez, M. M., Phothirath, P., and Heinis, C. De novo development of small cyclic peptides that are orally bioavailable. Nature Chemical Biology, 20 0 (5): 0 624--633, 2024

  66. [74]

    and Suga, H

    Peacock, H. and Suga, H. Discovery of de novo macrocyclic peptides by messenger rna display. Trends in Pharmacological Sciences, 42 0 (5): 0 385--397, 2021

  67. [75]

    Fabind: Fast and accurate protein-ligand binding

    Pei, Q., Gao, K., Wu, L., Zhu, J., Xia, Y., Xie, S., Qin, T., He, K., Liu, T.-Y., and Yan, R. Fabind: Fast and accurate protein-ligand binding. Advances in Neural Information Processing Systems, 36, 2024

  68. [76]

    and Zhou, M

    Qian, C. and Zhou, M. M. Set domain protein lysine methyltransferases: Structure, specificity and catalysis. Cellular and molecular life sciences CMLS, 63: 0 2755--2763, 2006

  69. [77]

    F., and Anandkumar, A

    Qiao, Z., Nie, W., Vahdat, A., Miller III, T. F., and Anandkumar, A. State-specific protein--ligand complex structure prediction with a multiscale deep generative model. Nature Machine Intelligence, 6 0 (2): 0 195--208, 2024

  70. [78]

    F., Zhao, Q., Leveille, A., Liu, A., Bera, A., Wilms, J., \"U ffing, A., et al

    Rettie, S., Juergens, D., Adebomi, V., Bueso, Y. F., Zhao, Q., Leveille, A., Liu, A., Bera, A., Wilms, J., \"U ffing, A., et al. Accurate de novo design of high-affinity protein binding macrocycles using deep learning. bioRxiv, pp.\ 2024--11, 2024

  71. [79]

    L., Ma, J., et al

    Rives, A., Meier, J., Sercu, T., Goyal, S., Lin, Z., Liu, J., Guo, D., Ott, M., Zitnick, C. L., Ma, J., et al. Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences. Proceedings of the National Academy of Sciences, 118 0 (...

  72. [80]

    Ryckaert, J.-P., Ciccotti, G., and Berendsen, H. J. Numerical integration of the cartesian equations of motion of a system with constraints: molecular dynamics of n-alkanes. Journal of computational physics, 23 0 (3): 0 327--341, 1977

  73. [81]

    W., Poole, D., Le Grand, S., and Walker, R

    Salomon-Ferrer, R., Gotz, A. W., Poole, D., Le Grand, S., and Walker, R. C. Routine microsecond molecular dynamics simulations with amber on gpus. 2. explicit solvent particle mesh ewald. Journal of chemical theory and computation, 9 0 (9): 0 3878--3888, 2013

  74. [82]

    and Solin, A

    S \"a rkk \"a , S. and Solin, A. Applied stochastic differential equations, volume 10. Cambridge University Press, 2019

  75. [83]

    G., Hoogeboom, E., and Welling, M

    Satorras, V. G., Hoogeboom, E., and Welling, M. E (n) equivariant graph neural networks. In International conference on machine learning, pp.\ 9323--9332. PMLR, 2021

  76. [84]

    K., Sharma, A., and Jain, R

    Sharma, K., Sharma, K. K., Sharma, A., and Jain, R. Peptide-based drug discovery: Current status and recent advances. Drug Discovery Today, 28 0 (2): 0 103464, 2023

  77. [85]

    and Ermon, S

    Song, Y. and Ermon, S. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019

  78. [86]

    P., Kumar, A., Ermon, S., and Poole, B

    Song, Y., Sohl-Dickstein, J., Kingma, D. P., Kumar, A., Ermon, S., and Poole, B. Score-based generative modeling through stochastic differential equations. In International Conference on Learning Representations, 2021. URL https://openreview.net/forum?id=PxTIG12RRHS

  79. [87]

    Equibind: Geometric deep learning for drug binding structure prediction

    St \"a rk, H., Ganea, O., Pattanaik, L., Barzilay, R., and Jaakkola, T. Equibind: Geometric deep learning for drug binding structure prediction. In International conference on machine learning, pp.\ 20503--20521. PMLR, 2022

  80. [88]

    Harmonic prior self-conditioned flow matching for multi-ligand docking and binding site design

    Stark, H., Jing, B., Barzilay, R., and Jaakkola, T. Harmonic prior self-conditioned flow matching for multi-ligand docking and binding site design. In NeurIPS 2023 AI for Science Workshop, 2023

  81. [89]

    Peptune: De novo generation of therapeutic peptides with multi-objective-guided discrete diffusion

    Tang, S., Zhang, Y., and Chatterjee, P. Peptune: De novo generation of therapeutic peptides with multi-objective-guided discrete diffusion. ArXiv, pp.\ arXiv--2412, 2025

  82. [90]

    K., Avraham, O., Ben-Aharon, Z., Khramushin, A., and Schueler-Furman, O

    Tsaban, T., Varga, J. K., Avraham, O., Ben-Aharon, Z., Khramushin, A., and Schueler-Furman, O. Harnessing protein folding neural networks for peptide--protein docking. Nature communications, 13 0 (1): 0 176, 2022

  83. [91]

    Peptide therapeutics: targeting the undruggable space

    Tsomaia, N. Peptide therapeutics: targeting the undruggable space. European journal of medicinal chemistry, 94: 0 459--470, 2015

  84. [92]

    van Gelder, T., Lerma, E., Engelke, K., and Huizinga, R. B. Voclosporin: a novel calcineurin inhibitor for the treatment of lupus nephritis. Expert review of clinical pharmacology, 15 0 (5): 0 515--529, 2022

  85. [93]

    A., Yin, Y., and Suga, H

    Vinogradov, A. A., Yin, Y., and Suga, H. Macrocyclic peptides as drug candidates: recent progress and remaining challenges. Journal of the American Chemical Society, 141 0 (10): 0 4167--4181, 2019

  86. [94]

    Z., and Hou, T

    Wang, E., Sun, H., Wang, J., Wang, Z., Liu, H., Zhang, J. Z., and Hou, T. End-point binding free energy calculation with mm/pbsa and mm/gbsa: strategies and applications in drug design. Chemical reviews, 119 0 (16): 0 9478--9508, 2019

  87. [95]

    Target-specific de novo peptide binder design with diffpepbuilder

    Wang, F., Wang, Y., Feng, L., Zhang, C., and Lai, L. Target-specific de novo peptide binder design with diffpepbuilder. Journal of Chemical Information and Modeling, 2024 a

  88. [96]

    The pdbbind database: methodologies and updates

    Wang, R., Fang, X., Lu, Y., Yang, C.-Y., and Wang, S. The pdbbind database: methodologies and updates. Journal of medicinal chemistry, 48 0 (12): 0 4111--4119, 2005

  89. [97]

    Diffusion language models are versatile protein learners

    Wang, X., Zheng, Z., Fei, Y., Xue, D., Huang, S., and Gu, Q. Diffusion language models are versatile protein learners. In International conference on machine learning, 2024 b

  90. [98]

    Dplm-2: A multimodal diffusion protein language model

    Wang, X., Zheng, Z., Ye, F., Xue, D., Huang, S., and Gu, Q. Dplm-2: A multimodal diffusion protein language model. In International Conference on Learning Representations, 2025

  91. [99]

    L., Juergens, D., Bennett, N

    Watson, J. L., Juergens, D., Bennett, N. R., Trippe, B. L., Yim, J., Eisenach, H. E., Ahern, W., Borst, A. J., Ragotte, R. J., Milles, L. F., et al. De novo design of protein structure and function with rfdiffusion. Nature, 620 0 (7976): 0 1089--1100, 2023

  92. [100]

    Q-biolip: A comprehensive resource for quaternary structure-based protein--ligand interactions

    Wei, H., Wang, W., Peng, Z., and Yang, J. Q-biolip: A comprehensive resource for quaternary structure-based protein--ligand interactions. Genomics, Proteomics & Bioinformatics, 22 0 (1), 2024

  93. [101]

    Pepbdb: a comprehensive structural database of biological peptide--protein interactions

    Wen, Z., He, J., Tao, H., and Huang, S.-Y. Pepbdb: a comprehensive structural database of biological peptide--protein interactions. Bioinformatics, 35 0 (1): 0 175--177, 2019

  94. [102]

    Comprehensive evaluation of fourteen docking programs on protein–peptide complexes

    Weng, G., Gao, J., Wang, Z., Wang, E., Hu, X., Yao, X., Cao, D., and Hou, T. Comprehensive evaluation of fourteen docking programs on protein–peptide complexes. Journal of Chemical Theory and Computation, 16 0 (6): 0 3959--3969, 2020. doi:10.1021/acs.jctc.9b01208. URL https://...

  95. [103]

    A., and Kim, P

    Xie, X., Valiente, P. A., and Kim, P. M. Helixgan a deep-learning methodology for conditional de novo design of -helix structures. Bioinformatics, 39 0 (1): 0 btad036, 2023

  96. [104]

    A., Kim, J., and Kim, P

    Xie, X., Valiente, P. A., Kim, J., and Kim, P. M. Helixdiff, a score-based diffusion model for generating all-atom -helical structures. ACS Central Science, 10 0 (5): 0 1001--1011, 2024

  97. [105]

    Histone lysine methyltransferase set8 is a novel therapeutic target for cancer treatment

    Yang, C., Wang, K., Zhou, Y., and Zhang, S.-L. Histone lysine methyltransferase set8 is a novel therapeutic target for cancer treatment. Drug Discovery Today, 26 0 (10): 0 2423--2430, 2021

  98. [106]

    Proteinbench: A holistic evaluation of protein foundation models

    Ye, F., Zheng, Z., Xue, D., Shen, Y., Wang, L., Ma, Y., Wang, Y., Wang, X., Zhou, X., and Gu, Q. Proteinbench: A holistic evaluation of protein foundation models. arXiv preprint arXiv:2409.06744, 2024

  99. [107]

    Graph denoising diffusion for inverse protein folding

    Yi, K., Zhou, B., Shen, Y., Li \`o , P., and Wang, Y. Graph denoising diffusion for inverse protein folding. Advances in Neural Information Processing Systems, 36, 2024

  100. [108]

    L., De Bortoli, V., Mathieu, E., Doucet, A., Barzilay, R., and Jaakkola, T

    Yim, J., Trippe, B. L., De Bortoli, V., Mathieu, E., Doucet, A., Barzilay, R., and Jaakkola, T. Se (3) diffusion model with application to protein backbone generation. In Proceedings of the 40th International Conference on Machine Learning, pp.\ 40001--40039, 2023

  101. [109]

    Yim, J., Campbell, A., Mathieu, E., Foong, A. Y. K., Gastegger, M., Jiménez-Luna, J., Lewis, S., Satorras, V. G., Veeling, B. S., Noé, F., Barzilay, R., and Jaakkola, T. S. Improved motif-scaffolding with se(3) flow matching, 2024. URL https://arxiv.org/abs/2401.04082

  102. [110]

    C., Wen, H., and Shi, X

    Zhang, X., Tanaka, K., Yan, J., Li, J., Peng, D., Jiang, Y., Yang, Z., Barton, M. C., Wen, H., and Shi, X. Regulation of estrogen receptor by histone methyltransferase smyd2-mediated protein methylation. Proceedings of the National Academy of Sciences, 110 0 (43): 0 17284--17289, 2013

  103. [111]

    and Skolnick, J

    Zhang, Y. and Skolnick, J. Tm-align: a protein structure alignment algorithm based on the tm-score. Nucleic acids research, 33 0 (7): 0 2302--2309, 2005

  104. [112]

    Protein lysine methyltransferase smyd2: a promising small molecule target for cancer therapy

    Zheng, Q., Zhang, W., and Rao, G.-W. Protein lysine methyltransferase smyd2: a promising small molecule target for cancer therapy. Journal of Medicinal Chemistry, 65 0 (15): 0 10119--10132, 2022

  105. [113]

    Structure-informed language models are protein designers

    Zheng, Z., Deng, Y., Xue, D., Zhou, Y., Ye, F., and Gu, Q. Structure-informed language models are protein designers. In International conference on machine learning, pp.\ 42317--42338. PMLR, 2023

  106. [114]

    Uni-mol: A universal 3d molecular representation learning framework

    Zhou, G., Gao, Z., Ding, Q., Zheng, H., Xu, H., Wei, Z., Zhang, L., and Ke, G. Uni-mol: A universal 3d molecular representation learning framework. In The Eleventh International Conference on Learning Representations, 2023

  107. [115]

    Decompopt: Controllable and decomposed diffusion models for structure-based molecular optimization

    Zhou, X., Cheng, X., Yang, Y., Bao, Y., Wang, L., and Gu, Q. Decompopt: Controllable and decomposed diffusion models for structure-based molecular optimization. arXiv preprint arXiv:2403.13829, 2024 a

  108. [116]

    Reprogramming pretrained target-specific diffusion models for dual-target drug design

    Zhou, X., Guan, J., Zhang, Y., Peng, X., Wang, L., and Ma, J. Reprogramming pretrained target-specific diffusion models for dual-target drug design. Advances in Neural Information Processing Systems, 37: 0 87255--87281, 2024 b

  109. [117]

    Stabilizing policy gradients for stochastic differential equations via consistency with perturbation process

    Zhou, X., Wang, L., and Zhou, Y. Stabilizing policy gradients for stochastic differential equations via consistency with perturbation process. arXiv preprint arXiv:2403.04154, 2024 c

  110. [118]

    Antigen-specific antibody design via direct energy-based preference optimization

    Zhou, X., Xue, D., Chen, R., Zheng, Z., Wang, L., and Gu, Q. Antigen-specific antibody design via direct energy-based preference optimization. Advances in Neural Information Processing Systems, 37: 0 120861--120891, 2024 d

  111. [119]

    Integrating protein dynamics into structure-based drug design via full-atom stochastic flows

    Zhou, X., Xiao, Y., Lin, H., He, X., Guan, J., Wang, Y., Liu, Q., Zhou, F., Wang, L., and Ma, J. Integrating protein dynamics into structure-based drug design via full-atom stochastic flows. arXiv preprint arXiv:2503.03989, 2025

  112. [120]

    Cyclic peptide therapeutics: past, present and future

    Zorzi, A., Deyle, K., and Heinis, C. Cyclic peptide therapeutics: past, present and future. Current opinion in chemical biology, 38: 0 24--29, 2017

  113. [121]

    B., Stepanchikova, A

    Zotchev, S. B., Stepanchikova, A. V., Sergeyko, A. P., Sobolev, B. N., Filimonov, D. A., and Poroikov, V. V. Rational design of macrolides by virtual screening of combinatorial libraries generated through in silico manipulation of polyketide synthases. Journal of medicinal che...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.