1.High throughput identification of polymer-units(repeating units) from SMILES codes of polymers
2.GNN models based on polymer-unit - Model acceleration and interpretative enhancement
conda create -n PURS
conda activate PURS
pip install -r requirements.yml
gn-exp is developed as the baseline model.Please follow the link "https://github.com/baldassarreFe/graph-network-explainability" to install gn-exp first and then refer to Readme in the PU-gn-exp folder.
mol-MPNN is developed as the baseline model.Please follow the link "https://github.com/seokhokang/mol_mpnn" to install mol-MPNN first and then refer to Readme in the PU-MPNN folder.