Skip to content

Scripts for Raul Ortega-Ochoa et al., "A tomographic interpretation of structure-property relations for materials discovery."

License

Notifications You must be signed in to change notification settings

PV-Lab/tomographic-interpretation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository is aimed to document the small modifications I made on CGCNN for a set of experiments. For the original implementation I redirect to his own repository: https://github.com/txie-93/cgcnn

Changes

  • Changed the property scalers so they take the global mean and variance instead of dynamically scaling based on batch-statistics
  • Added option to concatente a property in the representation after the readout function of the graph model.
  • Added option for 'fooling' the bond-perception algorithm to remove structure in the way the graph is constructed.

Requirements

This code was tested on Python 3.7.17 and Python 3.8.6. To set up the environment use the requirements in requirements.txt

python -m venv ~/python-envs/cgcnn
source ~/python-envs/cgcnn/bin/activate
python -m pip install -r requirements.txt

About

Scripts for Raul Ortega-Ochoa et al., "A tomographic interpretation of structure-property relations for materials discovery."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published