contrib/python: scan input() -- relationship between reported and actual geometries?


Click here for full thread
Forum Vet
Gradients
The 18 printed numbers do not correspond to the coordinates but to the gradients, instead.
Python is printing as results the output of task, that is energy plus gradients.
If you want the DFT code to output geometries used at every energy calculation, you can add the
print geometry keyword to the DFT input section, e.g.


dft
 print geometry
end