Skip to content

Xikun/mapp_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 7
1,000 34
10,000 303

About

Batch calculation for the Materials Properties Prediction project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%