mirror of
https://github.com/triqs/dft_tools
synced 2025-01-02 09:35:47 +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)
|
Rcl = numpy.array(sl_int)
|
||||||
else:
|
else:
|
||||||
Rcl = sl_int
|
Rcl = sl_int
|
||||||
Umat(T=T,Rcl=Rcl)
|
Umat(T=T,rcl=Rcl)
|
||||||
else:
|
else:
|
||||||
if ((U_interact==None)and(J_hund==None)):
|
if ((U_interact==None)and(J_hund==None)):
|
||||||
mpi.report("Give U,J or Slater integrals!!!")
|
mpi.report("Give U,J or Slater integrals!!!")
|
||||||
|
Loading…
Reference in New Issue
Block a user