Although I use the same arguments in both cases, get_entries_in_chemsys(elements_list, additional_criteria={“thermo_types”: [“GGA_GGA+U_R2SCAN”]}, compatible_only=True),
I find that the sets of entries returned have some overlap but are different. I think the arguments to Pymatgen are simply passed on to MP.
Which is the more reliable one to use? MP-API or Pymatgen? Thank you.