3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-22 21:22:23 +02:00

Moved PLOVasp files to converters/plovasp

This commit is contained in:
Oleg E. Peil 2015-11-27 10:48:15 +01:00
parent 7db721c8d1
commit 0d65f38a61
154 changed files with 2 additions and 2 deletions

View File

@ -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