quant_met.mean_field.hamiltonians.DressedGraphene.
gap_equation_loop#
- static DressedGraphene.gap_equation_loop(bdg_energies, bdg_wavefunctions, delta, beta, hubbard_int_orbital_basis, k)#
Calculate the gap equation.
The gap equation determines the order parameter for superconductivity by relating the pairings to the spectral properties of the BdG Hamiltonian.
- Parameters:
- bdg_energies
numpy.ndarray BdG energies
- bdg_wavefunctions
numpy.ndarray BdG wavefunctions
- delta
numpy.ndarray Delta
- beta
float Beta
- hubbard_int_orbital_basis
numpy.ndarray Hubard interaction in orbital basis
- k
numpy.ndarray List of k points in reciprocal space.
- bdg_energies
- Returns:
numpy.ndarrayNew pairing gap in orbital basis, adjusted to remove global phase.