@anandojha how would you feel about allowing me to separate some of the numbers, lists, and dictionaries into their own module named "constants.py"? Some candidates would be the conversion factors (like BOHRS_PER_ANGSTROM, HARTREE_PER_KCAL_MOL, etc.) and also method_basis_scale_dict and element_list. This would allow us to declutter parametrize.py, since these values are never likely to be modified from this day forward.
@anandojha how would you feel about allowing me to separate some of the numbers, lists, and dictionaries into their own module named "constants.py"? Some candidates would be the conversion factors (like BOHRS_PER_ANGSTROM, HARTREE_PER_KCAL_MOL, etc.) and also method_basis_scale_dict and element_list. This would allow us to declutter parametrize.py, since these values are never likely to be modified from this day forward.