mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
[converter] rm debug statement
This commit is contained in:
parent
7342e954dd
commit
cff9015362
@ -425,7 +425,6 @@ class Wien2kConverter(ConverterTools):
|
||||
lattice_type = R.readline().split()[0]
|
||||
R.readline()
|
||||
temp = R.readline()
|
||||
print temp
|
||||
lattice_constants = numpy.array([float(temp[0+10*i:10+10*i].strip()) for i in range(3)])
|
||||
lattice_angles = numpy.array([float(temp[30+10*i:40+10*i].strip()) for i in range(3)]) * numpy.pi / 180.0
|
||||
things_to_save.extend(['lattice_type', 'lattice_constants', 'lattice_angles'])
|
||||
|
Loading…
Reference in New Issue
Block a user