mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
Merge branch 'py3' of github.com:TRIQS/dft_tools into py3
This commit is contained in:
commit
62c810d8d6
@ -154,7 +154,7 @@ class ElectronicStructure:
|
|||||||
nproj, ns, nk, nb = plo.shape
|
nproj, ns, nk, nb = plo.shape
|
||||||
ions = sorted(list(set([param['isite'] for param in self.proj_params])))
|
ions = sorted(list(set([param['isite'] for param in self.proj_params])))
|
||||||
nions = len(ions)
|
nions = len(ions)
|
||||||
norb = nproj / nions
|
norb = nproj // nions
|
||||||
|
|
||||||
# Spin factor
|
# Spin factor
|
||||||
sp_fac = 2.0 if ns == 1 and not self.nc_flag else 1.0
|
sp_fac = 2.0 if ns == 1 and not self.nc_flag else 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user