Data: Molecules

Data: Molecules#

Molecules for testing. Mostly taken from grimme-lab/mstore.

tad_mctc.data.molecules.merge_nested_dicts(a, b)[source]#

Merge nested dictionaries. dictionary a remains unaltered, while the corresponding keys of it are added to b.

Parameters:
  • a (dict) – First dictionary (not changed).

  • b (dict) – Second dictionary (changed).

Returns:

Merged dictionary b.

Return type:

dict