Many AI models have been developed to approximate the conformational space of a molecule. One recent model is ConfGF. It would be nice to have a Job class that can be used to run this model on a molecule.
This would involve:
Convert a molecule to a smiles string
Call the model python cgconv/scripts/gen.py with some settings
Post-process the results, for example we want to be sure that the isomerism is correct
Many AI models have been developed to approximate the conformational space of a molecule. One recent model is ConfGF. It would be nice to have a
Job
class that can be used to run this model on a molecule.This would involve:
python cgconv/scripts/gen.py
with some settings