mirror of
https://github.com/triqs/dft_tools
synced 2025-01-10 21:18:22 +01:00
fixed a index bug that produced empty projectors for a unit cells with multiple shells
This commit is contained in:
parent
bf8bfbe59b
commit
0e05d0687f
@ -224,7 +224,7 @@ class VaspConverter(ConverterTools):
|
|||||||
# TODO: check what 'irep' entry does (it seems to be very specific to dmftproj)
|
# TODO: check what 'irep' entry does (it seems to be very specific to dmftproj)
|
||||||
pars['irep'] = 0
|
pars['irep'] = 0
|
||||||
shells.append(pars)
|
shells.append(pars)
|
||||||
shion_to_shell[ish].append(ish)
|
shion_to_shell[ish].append(i)
|
||||||
shorbs_to_globalorbs[ish].append([last_dimension,
|
shorbs_to_globalorbs[ish].append([last_dimension,
|
||||||
last_dimension+sh['ndim']])
|
last_dimension+sh['ndim']])
|
||||||
last_dimension = last_dimension+sh['ndim']
|
last_dimension = last_dimension+sh['ndim']
|
||||||
|
Loading…
Reference in New Issue
Block a user