KirillBelov/MaterialsProjectLink

(1.0.0) current version: 1.0.2 »

Wolfram functions for calling Materials Project Rest API

Contributed by: Kirill Belov

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["KirillBelov/MaterialsProjectLink"]

Examples

Basic Examples (1) 

Information about all materials with all additional fields

In[1]:=
MPGetMaterials[allFields -> True]
Out[1]=

Find materials that included following elements:

In[2]:=
MPGetMaterials[allFields -> True, elements -> "C,O,H"]
Out[2]=

Scope

All functions that generated from openapi schema

In[3]:=
?MPGet*
Out[3]=

Publisher

Kirill Belov

Disclosures

Compatibility

Wolfram Language Version 13.0

Version History

  • 1.0.2 – 05 December 2022
  • 1.0.1 – 01 November 2022
  • 1.0.0 – 01 November 2022

License Information

MIT License

Paclet Source

Source Metadata