Skip to content

Updating HEOM tutorials to use the new Enviroments #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5496a40
fixed typo added new classes
gsuarezr Nov 7, 2023
47e7793
modified tutorial to match fitting classes
gsuarezr Nov 8, 2023
bb3044d
added quick plots for spectrum, correlation and spectral density to f…
gsuarezr Nov 8, 2023
9f32c2a
fixed refactors from classes
gsuarezr Nov 10, 2023
2d6f5ec
Update tutorials-v5/heom/heom-1d-spin-bath-model-ohmic-fitting.md
gsuarezr Nov 20, 2023
ffd3b16
updated the tutorial
gsuarezr Jan 25, 2024
7b84b9e
Updated notebook 1a
pmenczel Jan 25, 2024
318e0fd
Updated HEOM notebooks 1b and 1c with new functionality
pmenczel Jan 26, 2024
1f21342
Revised tutorial notebook 1d
pmenczel Jan 26, 2024
7d59db3
updated according to new ansatz
gsuarezr Feb 4, 2024
e979c6c
minor changes
gsuarezr Mar 5, 2024
841122b
The new environment class, refactoring of first 3 notebooks
gsuarezr Nov 6, 2024
1a4318c
The new environment class, refactoring of first 3 notebooks
gsuarezr Nov 6, 2024
8dc293e
Mistakingly submitted .ipynb instead of .md
gsuarezr Nov 6, 2024
a0f0517
corrections to added args to constructors
gsuarezr Nov 13, 2024
23acc15
old pc backup
gsuarezr Dec 23, 2024
58411bc
New stuff in Bosonic fitting
gsuarezr Feb 18, 2025
01656c9
new methods
gsuarezr Feb 19, 2025
252539f
test precommit hook
gsuarezr Feb 26, 2025
a9e5112
fitting summary
gsuarezr Feb 27, 2025
1b1659a
minor
gsuarezr Apr 22, 2025
8107cc8
Merge branch 'qutip:main' into fitting-heom
gsuarezr Apr 22, 2025
af5dec7
new PR
gsuarezr Apr 22, 2025
447211e
flake8
gsuarezr Apr 22, 2025
3cbe188
flake8
gsuarezr Apr 22, 2025
f323319
floake8
gsuarezr Apr 22, 2025
085c5e9
hook
gsuarezr Apr 22, 2025
ce0e964
hook
gsuarezr Apr 22, 2025
6ba3977
remove unrelated changes
gsuarezr Apr 22, 2025
402288b
remove unrelated changes
gsuarezr Apr 22, 2025
14f3c52
hook
gsuarezr Apr 22, 2025
87399f8
hook
gsuarezr Apr 22, 2025
d6fdd79
hook
gsuarezr Apr 22, 2025
493a167
HEOM 1a notebook final pass
pmenczel Apr 24, 2025
dabc299
HEOM 1b notebook final pass
pmenczel Apr 24, 2025
2dfcd81
HEOM 1c notebook final pass
pmenczel Apr 24, 2025
24512ed
Converted to MYST format for consistency with other HEOM notebooks
pmenczel Apr 24, 2025
59656ef
HEOM 1e notebook final pass
pmenczel Apr 24, 2025
3a6e8a0
HEOM 2 notebook final pass
pmenczel Apr 24, 2025
8252b20
HEOM 3 notebook final pass
pmenczel Apr 24, 2025
791b18e
HEOM 4 notebook final pass
pmenczel Apr 24, 2025
edf8087
HEOM 5 notebooks final pass
pmenczel Apr 24, 2025
80d6794
HEOM 1d notebook final pass
pmenczel Apr 25, 2025
0503a8f
Fixed dead link
pmenczel Apr 25, 2025
8eae881
Fixed more dead links
pmenczel Apr 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kernelspec:

## Introduction

Here we model a single fermion coupled to two electronic leads or reservoirs (e.g., this can describe a single quantum dot, a molecular transistor, etc). Note that in this implementation we primarily follow the definitions used by Christian Schinabeck in his dissertation https://opus4.kobv.de/opus4-fau/files/10984/DissertationChristianSchinabeck.pdf and related publications.
Here we model a single fermion coupled to two electronic leads or reservoirs (e.g., this can describe a single quantum dot, a molecular transistor, etc). Note that in this implementation we primarily follow the definitions used by Christian Schinabeck in his dissertation https://open.fau.de/items/36fdd708-a467-4b59-bf4e-4a2110fbc431 and related publications.

Notation:

Expand Down
2 changes: 1 addition & 1 deletion tutorials-v4/heom/heom-5b-fermions-discrete-boson-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kernelspec:

Here we model a single fermion coupled to two electronic leads or reservoirs (e.g., this can describe a single quantum dot, a molecular transistor, etc), also coupled to a discrete bosonic (vibronic) mode.

Note that in this implementation we primarily follow the definitions used by Christian Schinabeck in his Dissertation https://opus4.kobv.de/opus4-fau/files/10984/DissertationChristianSchinabeck.pdf and related publications. In particular this example reproduces some results from https://journals.aps.org/prb/abstract/10.1103/PhysRevB.94.201407
Note that in this implementation we primarily follow the definitions used by Christian Schinabeck in his Dissertation https://open.fau.de/items/36fdd708-a467-4b59-bf4e-4a2110fbc431 and related publications. In particular this example reproduces some results from https://journals.aps.org/prb/abstract/10.1103/PhysRevB.94.201407

Notation:

Expand Down
Loading
Loading