Skip to content

Conversation

@mauricioquintela
Copy link
Member

This PR implements a refactored implementation of the Self-Energy contribution to the single particle bands following from arXiv:2510.25009, Eqs. 2.10-2.12.

The possibility of exporting the k-resolved self-energy contribution to each band is also present, accessible via the command line flag -i. Including this flag, the code exports a .selfenergy text file with nk lines and 2*nbands + 3 columns. Each line is organized as

kx ky kz Re(selfen(band0)) Im(selfen(band0)) Re(selfen(band1)) Im(selfen(band1)) ...

Current implementation is only defined for real-space calculations, with the generalization to reciprocal space being quite simple.

Commit implements a cleaner version of the self-energy contribution to
the independent particle bands, as well as enabling outputing (to a file with extension .selfenergy)
of the k-resolved self energy contribution to each band.
Implementation is currently only implemented when the interactions are computed in real-space,
although the generalization to reciprocal-space computation should be
trivial.
@alejandrojuria alejandrojuria self-requested a review January 20, 2026 13:56
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.

1 participant