Skip to content

Commit

Permalink
Make top level convenience method default to gga_gga_U
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Apr 19, 2023
1 parent 6ae15fd commit e298b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp_api/client/mprester.py
Expand Up @@ -883,7 +883,7 @@ def get_entries_in_chemsys(
inc_structure: bool = None,
property_data: List[str] = None,
conventional_unit_cell: bool = False,
additional_criteria=None,
additional_criteria={"thermo_types": ["GGA_GGA+U"]},
):
"""
Helper method to get a list of ComputedEntries in a chemical system.
Expand Down

0 comments on commit e298b17

Please sign in to comment.