from pymatgen import MPRester
m = MPRester()criteria = m.parse_criteria("**O3")other_criteria = { "spacegroup.crystal_system": "orthorhombic"}criteria.update(other_criteria)data = m.query(criteria=criteria, properties=["material_id", "pretty_formula", "energy"])