Dear All,
Have a nice day.
I have a question about calculation in Parallel system.
I'm optimizing the structure of Silicon electrode with very simple molecule-dithiolbenzen.
with condition is:
device_configuration = OptimizeGeometry(
device_configuration,
max_forces=0.05*eV/Ang,
max_stress=0.05*eV/Ang**3,
max_steps=200,
max_step_length=0.5*Ang,
trajectory_filename=None,
optimizer_method=QuasiNewton(),
And all the output file have a same source output.
After optimization was done, the output file includes: log file and NetCDF file. I checked the log file, it showed the
Timing: Total Per Step %
--------------------------------------------------------------------------------
Density Matrix : 10587.96 s 38.64 s 19.02% |=============|
Constant Terms : 1805.71 s 11.73 s 3.24% |=|
Real Space Integral : 1285.27 s 2.79 s 2.31% |=|
Real Space Basis : 466.25 s 2.99 s 0.84% ||
Basis Set Generation : 443.67 s 2.84 s 0.80% ||
Valence Density : 417.10 s 0.90 s 0.75% ||
Setting Density Matrix : 165.79 s 41.45 s 0.30% |
Diagonalization : 162.84 s 5.25 s 0.29% |
Exchange-Correlation : 138.13 s 0.30 s 0.25% |
Hartree Potential : 80.69 s 0.18 s 0.14% |
Mixing : 36.58 s 0.12 s 0.07% |
Difference Density : 35.23 s 1.04 s 0.06% |
Core Density : 12.83 s 0.38 s 0.02% |
Neutral Atom Potential : 2.63 s 0.88 s 0.00% |
File IO, nlsave : 0.06 s 0.06 s 0.00% |
Hubbard Term : 0.00 s 0.00 s 0.00% |
--------------------------------------------------------------------------------
Total : 55680.73 s (15h28m00.73s)
I think the calculation was done!
but when I check the netCDF file just have only one the old configuration, the new configuration isn't including.
Could somebody help me! plzz!