Skip to content

Commit

Permalink
Fix contraction call in bath_dynamics.ipnyb, update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
piperfw committed Oct 6, 2024
1 parent ce8ca6f commit 1ebaaa8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 37 deletions.
9 changes: 5 additions & 4 deletions docs/pages/tutorials/bath_dynamics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Example - Heat transfer in a biased spin-boson model
----------------------------------------------------

Let’s try and recreate a line cut of Figure 2 from [Gribben2022b]
(`arXiv:2106.04212 <https://arxiv.org/abs/2106.04212>`__). This tells us
(`Quantum, 6, 847 (2022)
<https://doi.org/10.22331/q-2022-10-25-847>`__ /
`arXiv:2106.04212 <https://arxiv.org/abs/2106.04212>`__). This tells us
how much heat has been emitted into or absorbed from the bath by the
system and how this transfer is distributed over the bath modes.

Expand Down Expand Up @@ -128,7 +130,7 @@ matrix elements evolve.

.. code:: ipython3
dyns = oqupy.contractions.compute_dynamics(
dyns = oqupy.compute_dynamics(
system=system,
initial_state=initial_state,
process_tensor=pt)
Expand Down Expand Up @@ -167,8 +169,7 @@ behaves as well.
3. Bath dynamics
~~~~~~~~~~~~~~~~

In [Gribben2022b]
(`arXiv:2106.04212 <https://arxiv.org/abs/2106.04212>`__) we can see
In [Gribben2022b] we can see
that for linearly coupled Gaussian environments the bath dynamics can be
calculated through relatively simple transformations of system
correlation functions. For example the change in energy of mode
Expand Down
Loading

0 comments on commit 1ebaaa8

Please sign in to comment.