Overview of GAN directory structures
masterThe repository provides two distinct environments for running GANs on the QM9 dataset:
GAN_selfies
Used for generating molecules in SELFIES representation.
2RGSMILES_QM9.txt: Dearomatized QM9 dataset in SELFIES format.GAN.py: Main generative adversarial network execution script.one_hot_converter.py: Logic for creating one-hot encodings of molecular strings.adjusted_selfies_fcts.py: SMILES to SELFIES conversion functions.GPlus2S.py: SMILES to SELFIES conversion functions.translate.py: General helper functions.
GAN_smiles
Used for generating molecules in SMILES representation.
smiles_qm9.txt: Dearomatized QM9 dataset in SMILES format.GAN.py: Main generative adversarial network execution script.one_hot_converter.py: Logic for creating one-hot encodings of molecular strings.