cvignac / DiGress

code for the paper "DiGress: Discrete Denoising diffusion for graph generation"
MIT License
314 stars 68 forks source link

Could the project use a graph structure to describe interatomic distance information? #93

Open Littletoyone opened 2 months ago

Littletoyone commented 2 months ago

Thank you for your work, this project provides great results and inspiration! This work seems to have chosen to base its processing on discrete graph structures on the QM9 dataset, so I'm curious if this work has using GNN to describe inter-atomic distances information in the QM9 dataset?because I didn't see the code calling the file qm9.sdf in the processing part of the dataset. which is the molecular structures file for QM9 dataset.