You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to retrieve all the data from OQMD, I have this code
with qr.QMPYRester() as q:
doc = q.get_optimade_structures(filter="element_set=(Li,S) AND (NOT element=Yb)")
print((doc).keys())
It only retrieves 50 structure or sometimes None.
Am I missing something this is one i found on the web.