correct typo in docstring

This commit is contained in:
Valentin Boettcher 2022-10-28 13:53:02 +02:00
parent ff4391dcbe
commit 37614ab03d
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -343,7 +343,7 @@ def flow_trajectory_coupling(
run: HOPSRun, run: HOPSRun,
params: SystemParams, params: SystemParams,
) -> np.ndarray: ) -> np.ndarray:
r"""Calculates the :math:`\langle L^\dagger \dot{B} + c.c.` part of the r"""Calculates the :math:`\langle L^\dagger \dot{B}\rangle + c.c.` part of the
energy flow for a single trajectory and for each bath. energy flow for a single trajectory and for each bath.
:param run: a parameter object for the current trajectory, see :any:`HOPSRun` :param run: a parameter object for the current trajectory, see :any:`HOPSRun`