File tree Expand file tree Collapse file tree 2 files changed +28
-37
lines changed
Expand file tree Collapse file tree 2 files changed +28
-37
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ Example - Heat transfer in a biased spin-boson model
3434----------------------------------------------------
3535
3636Let’s try and recreate a line cut of Figure 2 from [Gribben2022b]
37- (`arXiv:2106.04212 <https://arxiv.org/abs/2106.04212 >`__). This tells us
37+ (`Quantum, 6, 847 (2022)
38+ <https://doi.org/10.22331/q-2022-10-25-847> `__ /
39+ `arXiv:2106.04212 <https://arxiv.org/abs/2106.04212 >`__). This tells us
3840how much heat has been emitted into or absorbed from the bath by the
3941system and how this transfer is distributed over the bath modes.
4042
@@ -128,7 +130,7 @@ matrix elements evolve.
128130
129131.. code :: ipython3
130132
131- dyns = oqupy.contractions. compute_dynamics(
133+ dyns = oqupy.compute_dynamics(
132134 system=system,
133135 initial_state=initial_state,
134136 process_tensor=pt)
@@ -167,8 +169,7 @@ behaves as well.
1671693. Bath dynamics
168170~~~~~~~~~~~~~~~~
169171
170- In [Gribben2022b]
171- (`arXiv:2106.04212 <https://arxiv.org/abs/2106.04212 >`__) we can see
172+ In [Gribben2022b] we can see
172173that for linearly coupled Gaussian environments the bath dynamics can be
173174calculated through relatively simple transformations of system
174175correlation functions. For example the change in energy of mode
You can’t perform that action at this time.
0 commit comments