mirror of
https://github.com/triqs/dft_tools
synced 2024-11-06 22:23:52 +01:00
Fix typo in solver_multiband.py
This commit is contained in:
parent
ec21b7bba4
commit
1fd67d395d
@ -397,7 +397,7 @@ def set_U_matrix(U_interact,J_hund,n_orb,l,use_matrix=True,T=None,sl_int=None,us
|
||||
Rcl = numpy.array(sl_int)
|
||||
else:
|
||||
Rcl = sl_int
|
||||
Umat(T=T,Rcl=Rcl)
|
||||
Umat(T=T,rcl=Rcl)
|
||||
else:
|
||||
if ((U_interact==None)and(J_hund==None)):
|
||||
mpi.report("Give U,J or Slater integrals!!!")
|
||||
|
Loading…
Reference in New Issue
Block a user