pprint_dllist
pprint_dllist#
- pprint_dllist(dllist, abstract=False, angles=None, print=print)[source]#
Pretty print a list of
PathwayorDressedPathway.- Parameters
dllist (Sequence[Union[Pathway, DressedPathway]]) – Sequence of
PathwayorDressedPathway, will print more information for the latter.abstract (bool) – Use spectroscopic state labels relative to the ground state, instead of actual J values.
angles (Optional[Union[Mapping[str, Any], Sequence]]) – Evaluate polarization tensor components and R-factor for these polarizations.
print (Callable) – Use provided callable instead of
print()built-in.