mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
correct typo in docstring
This commit is contained in:
parent
ff4391dcbe
commit
37614ab03d
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ def flow_trajectory_coupling(
|
|||
run: HOPSRun,
|
||||
params: SystemParams,
|
||||
) -> 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.
|
||||
|
||||
:param run: a parameter object for the current trajectory, see :any:`HOPSRun`
|
||||
|
|
Loading…
Add table
Reference in a new issue