mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Added 'type_of_ion' list to ElectronicStructure
This commit is contained in:
parent
68fbc15891
commit
f2e4c2f866
@ -26,6 +26,7 @@ class ElectronicStructure:
|
||||
|
||||
def __init__(self, vasp_data):
|
||||
self.natom = vasp_data.poscar.nq
|
||||
self.type_of_ion = vasp_data.poscar.type_of_ion
|
||||
self.nktot = vasp_data.kpoints.nktot
|
||||
|
||||
self.kmesh = {'nktot': self.nktot}
|
||||
|
Loading…
Reference in New Issue
Block a user