mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Moved PLOVasp files to converters/plovasp
This commit is contained in:
parent
7db721c8d1
commit
0d65f38a61
@ -102,8 +102,8 @@ def generate_plo(conf_pars, el_struct):
|
|||||||
nimp = 0.0
|
nimp = 0.0
|
||||||
for io, dm in enumerate(dm_all[0]):
|
for io, dm in enumerate(dm_all[0]):
|
||||||
print " Site %i"%(io + 1)
|
print " Site %i"%(io + 1)
|
||||||
print dm
|
print 2 * dm
|
||||||
ndm = dm.trace()
|
ndm = 2 * dm.trace()
|
||||||
nimp += ndm
|
nimp += ndm
|
||||||
print " trace: ", ndm
|
print " trace: ", ndm
|
||||||
print
|
print
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user