This commit is contained in:
gang liu 2024-01-28 18:25:35 -05:00
parent 690f40d21a
commit 353d892291

View File

@ -6,8 +6,8 @@ Paper: https://arxiv.org/abs/2401.13858
This is the code for MCD: a Multi-Conditional Diffusion Model for inverse small molecule and polymer designs and generations. The denoising model architecture in `mcd/models` looks like: This is the code for MCD: a Multi-Conditional Diffusion Model for inverse small molecule and polymer designs and generations. The denoising model architecture in `mcd/models` looks like:
<div style="display: flex;" markdown="1"> <div style="display: flex;" markdown="1">
<img src="asset/reverse.png" style="width: 50%;" alt="Description of the first image"> <img src="asset/reverse.png" style="width: 45%;" alt="Description of the first image">
<img src="asset/arch.png" style="width: 50%;" alt="Description of the second image"> <img src="asset/arch.png" style="width: 45%;" alt="Description of the second image">
</div> </div>