mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 11:53:41 +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
|
||||
for io, dm in enumerate(dm_all[0]):
|
||||
print " Site %i"%(io + 1)
|
||||
print dm
|
||||
ndm = dm.trace()
|
||||
print 2 * dm
|
||||
ndm = 2 * dm.trace()
|
||||
nimp += ndm
|
||||
print " trace: ", ndm
|
||||
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