gem.lattice.Lattice.solve_qp

Lattice.solve_qp(Fragments_list, T=0.0, Tsmearing=0.0)[source]

Solve quasiparticle problem using the self-energies passed as a list of Fragment objects.

Parameters:
  • Fragments_list – List of Fragment objects that contain the self-energies.

  • T – float, optional. Electronic temperature (default: 0.0).

  • Tsmearing – float, optional. Temperature for smearing while doing zero temperature calculations (default: 0.0).