Peak2D.from_dp_list#

classmethod Peak2D.from_dp_list(dp_list, tw=0.0, angles=None, p=1.0)[source]#

Make Peak2D from a list of DressedPathway associated with the same 2D resonance.

Parameters:
  • dp_list (List[DressedPathway]) – List of dressed pathway, can mix rephasing and nonrephasing pathways.

  • tw (float | None) – Delay between second and third pulse (in s).

  • angles (Mapping[str, Any] | Sequence | None) – Sequence of polarization angles.

  • p (float | None) – Pressure (in atm), only matters for max_intensity.

Return type:

Peak2D