Project 'qt/kwant-scf' was moved to 'qt/meanfi'. Please update any links and bookmarks that may still have the old path.
create solvers and interface modules
3 unresolved threads
3 unresolved threads
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
2+ 7
− 6
@@ -2,7 +2,7 @@ from scipy.ndimage import convolve
@@ -22,6 +22,7 @@ def density_matrix(vals, vecs, E_F, dim):
@@ -78,7 +79,7 @@ def convolution(M1, M2):
@@ -96,6 +97,7 @@ def compute_mf(rho, H_int, dim):
@@ -124,7 +126,7 @@ def total_energy(h, rho):
@@ -151,9 +153,8 @@ def updated_matrices(mf_k, model):