-
Notifications
You must be signed in to change notification settings - Fork 43
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Paul <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for these updates, and the new fitting PR, looks great. I guess 1d is the now the main demonstration of the new fitting options? it does make it a bit big, but I think splitting it would not be so useful, since its all the same example. my only suggestion really is it would be cool to have some examples showing where each of the different fitting options shine or are most efficient in their own niche. i guess thats quite a big task, so perhaps add it to a future todo list somewhere for someone :)
(1 / np.pi) * alpha * wc**(1 - s) * beta**(-(s + 1)) * mp.gamma(s + 1) | ||
) | ||
corr = (1 / np.pi) * alpha * wc ** (1 - s) | ||
corr *= beta ** (-(s + 1)) * mp.gamma(s + 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mention in qutip/qutip#2594 that there was an error in the c(t) for the ohmic class, is it also here? if so maybe good chance to update it too.
This PR substitutes #72 and updates tutorials to use qutip/qutip#2594
Note that using nbqa black notebook.ipynb as indicated in the read me introduced quite a few changes on the already existing code.