Hello,
In the ATK-2008.10 version manual, there are some examples to show the test of input parameters, and get simple and beautful log files, such as below(page 100 in the manual):
Energy eigenvalues for water (in eV)
-----------------------------------------
LDA GGA diff
-----------------------------------------
-24.243 -24.376 0.133
-12.470 -12.442 -0.028
-8.187 -8.129 -0.058
-6.140 -5.988 -0.152
so my question is: is there any method to control the log output? Manytimes we just need simple log files, not all the details.
for example, I run a *.py and get a nc file, five configurations and five Total Energies in this nc file. I just want to see the five energies in my output log file, not a very long log file. Any way can do this ?
Thanks