mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 20:03:41 +01:00
Fixed VaspConverter to read ion sorts properly
This commit is contained in:
parent
19ce8a83e8
commit
64605e3267
@ -166,8 +166,7 @@ class VaspConverter(ConverterTools):
|
||||
pars = {}
|
||||
pars['atom'] = ion
|
||||
# We set all sites inequivalent
|
||||
# pars['sort'] = sh['ion_sort']
|
||||
pars['sort'] = ion
|
||||
pars['sort'] = sh['ion_sort'][i]
|
||||
pars['l'] = sh['lorb']
|
||||
pars['dim'] = sh['ndim']
|
||||
pars['SO'] = SO
|
||||
|
Loading…
Reference in New Issue
Block a user