├── .gitignore ├── CONTRIBUTE.md ├── README.md ├── docs ├── index.html ├── materials.html └── molecules.html ├── images ├── AiMat_logo_purple.png └── ChemMatData_logo_final.png ├── materials.json └── molecules.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/CONTRIBUTE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/README.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/materials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/docs/materials.html -------------------------------------------------------------------------------- /docs/molecules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/docs/molecules.html -------------------------------------------------------------------------------- /images/AiMat_logo_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/images/AiMat_logo_purple.png -------------------------------------------------------------------------------- /images/ChemMatData_logo_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/images/ChemMatData_logo_final.png -------------------------------------------------------------------------------- /materials.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /molecules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aimat-lab/ChemMatData/HEAD/molecules.json --------------------------------------------------------------------------------