mpds-api
mpds-api copied to clipboard
Tutorials, notebooks, issue tracker, and website on the MPDS API: the data retrieval interface for the Materials Platform for Data Science
e.g. ``` ammonioalunite meta-aluminate balyakinite clearcreekite drobecite alburnite alsakharovite carbokentbrooksite hydrohalite meridianiite ekaterinite sveite boothite chvaleticeite hydroscarbroite marthozite zaherite carobbite pseudograndreefite redingtonite wupatkite gregoryite koktaite ye'elimite chlorocalcite gwihabaite tachyhydrite houseleyite...
As mentioned by @ml-evs in https://github.com/Materials-Consortia/optimade-paper-example-applications/pull/9, the MPDS Optimade pagination seems to be broken :disappointed:
apparently, for `2.0.0` version
These libs are too complex.
Should always join: `{'elements': '-'.join(elements), 'classes': ','.join(classes)}` since this does not work for lists: `{'elements': elements, 'classes': classes}`
via Jinhyun Chang: ```In your example script for bond length analysis using ASE: it is mentioned that ASE is slow, and you could use a C-extension to speed it up....