Skip to content
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

Add omegamap option #247

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Add omegamap option #247

merged 5 commits into from
Feb 28, 2024

Conversation

pablosanjose
Copy link
Owner

@pablosanjose pablosanjose commented Feb 28, 2024

Closes #242

The solution is to provide support in densitymatrix and josephson (for the moment) so that the integration variable omega gets mapped to ParametricHamiltonian parameters through an omegamap function.

Example: J = josephson(ph, ωmax; omegamap = ω -> (;ω), ...), where ph::ParametricHamiltonian contains a parameter of name ω, introduced e.g. by an @onsite((; ω) -> Σ(ω)).

CC: @CarlosP24

@pablosanjose pablosanjose merged commit 2bb98a5 into master Feb 28, 2024
9 checks passed
@pablosanjose pablosanjose deleted the omegamap branch February 29, 2024 09:26
@pablosanjose pablosanjose mentioned this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for (energy dependent) unbounded self-energies
1 participant