api
api copied to clipboard
New API client for the Materials Project
Hello, I'm trying to retrieve elasticity documents, but failing to do so when searching via material ids. ### Version Info python == 3.11.3 mp-api == 0.33.3 emmet-core == 0.55.2 ###...
I'm trying to retrieve charge density data, and the corresponding task information for the calculations that produced that data. I'd like to be able to download the VASP input and...
This PR creates a RESTer for the MPcules summary endpoint. This should be the minimum required to create the upcoming Molecules Explorer Web app. Known issues: - For reasons unknown,...
Hi! How do I get the coordinates of the picture I framed below? Is there an API that can be called, or does MPrester have a method to get the...
How can I get all the contents of the 2D material data? The old version of the API can be easily obtained, and I can't find a quick way to...
Is there having an API to get these points?which I need to calculate the curvature.
The definition of `__version__` for `mp_api.client` does not appear to be robust. The definition from `mp_api/client/__init__.py` is ``` """ Primary MAPI module """ import os from pkg_resources import get_distribution, DistributionNotFound...
This issue is to discuss what necessary parity should exist between the new and legacy MPRester top level convenience functions (e.g. `MPRester.get_entries_in_chemsys`). Below is list of current breaking differences going...
Hello, There seems to be an import error on trying ``` from mp_api.client import MPRester ``` ImportError: cannot import name 'PatchedPhaseDiagram' from 'pymatgen.analysis.phase_diagram' ([...]/pymatgen/analysis/phase_diagram.py) I'm using version 0.30.8 and pymatgen...
I tried to import MPRester using this commend and get the following warning. Is there a way to fix this warning? Code: from mp_api.client import MPRester Warning: C:\ProgramData\Anaconda3\envs\mp_newapi\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: -PKG-VERSION...