Skip to content
Snippets Groups Projects
Commit 222b89f1 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

remove redundant inputs

parent fc6f7229
No related branches found
No related tags found
1 merge request!1General dimension
......@@ -64,7 +64,7 @@ def compute_mf(vals, vecs, filling, H_int):
return direct_mf - exchange_mf
def scf_loop(mf, H_int, nk, filling, hamiltonians_0, tol):
def scf_loop(mf, H_int, filling, hamiltonians_0, tol):
if np.linalg.norm(mf) < tol:
return 0
# Generate the Hamiltonian
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment