Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1.  
  2. #key: GKDHNwKre8uiowqhPh
  3.  
  4. from pymatgen.ext.matproj import MPRester
  5. import json
  6. from pprint import pprint
  7.  
  8. all_task_id = dict()
  9. mvc_ids = dict()
  10.  
  11. with MPRester("GKDHNwKre8uiowqhPh") as m:
  12.     for doc in m.query(criteria={}, ["task_ids"]):
  13.         pprint(doc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement