TRIQS / hartree_fock

Hartree-Fock lattice and impurity solvers based on the TRIQS library
https://triqs.github.io/hartree_fock
Other
0 stars 2 forks source link

pass double counting as function instead #2

Open the-hampel opened 1 year ago

the-hampel commented 1 year ago

right now DC is computed via a rigid function compute_DC_from_density . Instead we should pass a function to the impurity Hartree solver that is called each iteration step to update the DC potential.