Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucidrains/neural-plexer-pytorch
Implementation of Nvidia's NeuralPlexer, for end-to-end differentiable design of functional small-molecules and ligand-binding proteins, in Pytorch
https://github.com/lucidrains/neural-plexer-pytorch
artificial-intelligence deep-learning denoising-diffusion drug-design protein-ligand-interactions
Last synced: 29 days ago
JSON representation
Implementation of Nvidia's NeuralPlexer, for end-to-end differentiable design of functional small-molecules and ligand-binding proteins, in Pytorch
- Host: GitHub
- URL: https://github.com/lucidrains/neural-plexer-pytorch
- Owner: lucidrains
- License: mit
- Created: 2023-04-04T17:05:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T16:24:54.000Z (almost 1 year ago)
- Last Synced: 2024-10-15T00:16:34.182Z (about 1 month ago)
- Topics: artificial-intelligence, deep-learning, denoising-diffusion, drug-design, protein-ligand-interactions
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 51
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NeuralPlexer - Pytorch (wip)
Implementation of Nvidia's NeuralPlexer, for end-to-end differentiable design of functional small-molecules and ligand-binding proteins, in Pytorch
## Citations
```bibtex
@article{Qiao2022DynamicBackbonePS,
title = {Dynamic-Backbone Protein-Ligand Structure Prediction with Multiscale Generative Diffusion Models},
author = {Zhuoran Qiao and Weili Nie and Arash Vahdat and Thomas F. Miller and Anima Anandkumar},
journal = {ArXiv},
year = {2022},
volume = {abs/2209.15171}
}
```