Skip to content

Commit e298b17

Browse files
author
Jason Munro
authored
Make top level convenience method default to gga_gga_U
1 parent 6ae15fd commit e298b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp_api/client/mprester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ def get_entries_in_chemsys(
883883
inc_structure: bool = None,
884884
property_data: List[str] = None,
885885
conventional_unit_cell: bool = False,
886-
additional_criteria=None,
886+
additional_criteria={"thermo_types": ["GGA_GGA+U"]},
887887
):
888888
"""
889889
Helper method to get a list of ComputedEntries in a chemical system.

0 commit comments

Comments
 (0)