DecompDiff icon indicating copy to clipboard operation
DecompDiff copied to clipboard

The official implementation of DecompDiff: Diffusion Models with Decomposed Priors for Structure-Based Drug Design (ICML 2023)

Results 4 DecompDiff issues
Sort by recently updated
recently updated
newest added

i am trying to sample with num_atoms= 'stat'. i suppose this is only possible in beta_prior? this part raises an error(commented). Is this correct? # armsca_res = [d - r...

hi, thanks for your higly interesting work. could you please provide some instruction how to define given protein pockets for sampling molecules in command line? ```bash python scripts/sample_diffusion_decomp.py configs/sampling_drift.yml \...

Thanks for the brilliant work and sharing the code. I'm curious about where the code corresponding to appendix A (Pocket Prior Centers) is located. Thank you Best regards.

Hi dear authors, I noticed that the JSD of bond angles metric was both reported in the paper and in the repository, however there was no available code/config provided in...