/mapp_api

Batch calculation for the Materials Properties Prediction project

Primary LanguagePython

API for the Materials Properties Prediction (MAPP) project

alt text

Melting temperature prediction in seconds!

Follow these simple steps:

  1. Edit the file "chemical_formula.csv" to include all chemical formula. The upper limit of entries is 10,000. Read the file for examples.
  2. Run python code.
python mapp_mp_pycurl.py
  1. Find the melting temperature predictions in "output.csv". Read the file for examples.

Speed test

Number of entries Time [seconds]
10 6
100 9
1,000 34
10,000 303