Skip to content

semi-infiknight/qule-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qule

Qule is a quantum enhanced AI driven drug design tool.

Dependencies

Dataset

  • run bash script data/gdb9_generater.sh to download gdb database and then run data/sparse_molecular_dataset.py to generate molecular graph dataset used to train the model.

Training

python main.py --mode=train

Prediction

To run the model against test dataset, make sure the model is fully trainned in the first place.

python main.py --mode=test

Structure

main.py parse the command line arguments and pass it to the Qgans_molGen.py which access generator and discriminator model from models.py which inturn access layers.py and utils.py evaluate the metrics.

Below are some generated molecules: generated-sample.png

Webapp

Here are some snapshots of the WebApplication: 39.png 40.png 41.png 42.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published