-
Notifications
You must be signed in to change notification settings - Fork 138
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
Linear optical response and second-harmonic generation implementation & incorporation of many-body excitonic effects into the linear and quadratic optical responses #449
Open
peio-gg
wants to merge
30
commits into
wannier-developers:develop
Choose a base branch
from
peio-gg:eps_shg_mb
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and the new features in the user guide
…se (eps) and nonlinear second-harmonic generation (shg) within the overview of the berry module
…) for the new features: linear optical response and nonlinear second-harmonic generation of the berry module
…ny-body excitonic effects into the linear and quadratic optical responses within the static long-range approximation
…ffects into the linear and quadratic optical responses within the static long-range approximation
…rder derivatives of eigenvalues
…d-order derivatives of eigenvalues as well as the subroutines wham_get_eig_del2eig and wham_get_eig_del2eig_TB_conv for calculating the eigenvalues, first derivatives and second derivatives for a given k-point within the W90 and TB conventions, respectively
…ing them across processors & the subroutine pw90common_get_occ_T for computing temperature-dependent FD electronic occupations
…routines for calculating the linear optical response and the second-harmonic generation processes within the berry module, taking into account Fermi-surface contributions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature implementation of the subroutines to calculate the linear optical response and the nonlinear second-harmonic generation for semiconductors and metals, i.e. taking into account Fermi-surface contributions, as well as the utility to include many-body excitonic effects into the linear and quadratic optical responses within the static long-range approximation
-src/postw90/berry.F90: berry_get_eps_klist. Linear optical response.
-src/postw90/berry.F90: berry_get_shg_klist. Second-harmonic generation.
and depencencies:
-src/postw90/wan_ham.F90: wham_get_deleig_a_b. Second derivatives of the energy eigenvalues with respect to momentum (Author: Álvaro R. Puente-Uriona [https://github.com/irukoa]).
-src/postw90/wan_ham.F90: wham_get_eig_del2eig. Given a k point, this function returns eigenvalues, first derivatives of the eigenvalues using wham_get_deleig_a, and second derivatives of the eigenvalues using wham_get_del2eig_a_b
-src/postw90/wan_ham.F90: wham_get_eig_del2eig_TB_conv. Modified version of wham_get_eig_del2eig for the TB convention avoids recalculating del2HH, delHH and UU, works with input values
-src/utility.F90: utility_get_degen. Compute the degeneracy of a sorted list (Author: Álvaro R. Puente-Uriona [https://github.com/irukoa]).
-utility/mb.py. Python interactive script for including many-body excitonic effects into the linear and quadratic optical responses