diff --git a/automol/data/potent.py b/automol/data/potent.py index a4526741..b06645c3 100644 --- a/automol/data/potent.py +++ b/automol/data/potent.py @@ -147,7 +147,7 @@ def dict_( key: str = "energy", index: bool = False, zero_start_coord: bool = False, - drop_null: bool = False, + drop_null: bool = True, ) -> Dict[tuple, float]: """Convert a potential to a dictionary