Pymatgen panel

Tip

Panel:

Sidebar region ‣ Batoms ‣ Pymatgen

The pymatgen panel is used to obtain compounds using the Pymatgen API.

../../_images/gui_pymatgen.png

To load a structure from MaterialsProject:

Example

Load MoS2 crystal, then go to the Python console and make a supercell:

>>> mp_2815 *= [6, 6, 1]
../../_images/gui_pymatgen_2.png