This repo consists of the various models used in the Deep Learning based Metal Organic Framework (MOF) generation project. The sub-directories include:
- data - scripts for data gather from CoRE MOF Databse
- exploratory - exploratory statistical analysis of MOFs
- 3D_Grid_Data - code to convert cif to 3D molecular tensors
- cnn_model - 3D CNN model for property classification and regression
- gcn_model - Graph Convolutional model for property classification and regression
- 3DGen_Model - 3D generative models (GAN, VAE) for materials generation
- Python3
- Requests
- Create Virtual environment
- Activate your virtual environment. (Call it venv so the git automatically ignores it)
- Install dependencies
pip install -r requirements.txt
- Run the downloader with:
python data_download.py
- De-compress the .tar file to retrieve the .ics files
This material is based upon work supported by the National Science Foundation under Grant No. DMR-1940243.
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.