Author Topic: calculation did not converged-even-after chaning the tolerance-two-probe-job  (Read 3212 times)

0 Members and 1 Guest are viewing this topic.

Offline Sabyasachi Sen

  • Heavy QuantumATK user
  • ***
  • Posts: 52
  • Country: in
  • Reputation: 0
    • View Profile
I am performing two-probe run on a system having 7x7 Au eletrodes with SZ basis and molecule consisting of C, H, N, Mn; with DZP basis. Large molecule needed large electrode for better connectivity.
However, in the outpt, an error appers just befor transmission spectrum analysis, the error is repoted as

+------------------------------------------------------------------------------+
|  99 E = -313.274 dE =  7.651696e-04 dH =  3.574468e-02                       |
+------------------------------------------------------------------------------+
################################################################################
#                                                                              #
# Warning: The calculation did not converge to the requested tolerance!        #


Looking at this I have given rerun of the job with higher tolerance given as,

left_electrode_iteration_control_parameters = IterationControlParameters(
    tolerance=0.1,
    )

right_electrode_iteration_control_parameters = IterationControlParameters(
    tolerance=0.1,
    )

device_iteration_control_parameters = IterationControlParameters(
    tolerance=0.1,
    )

However, the output shows similar covergence problem.

Kindly, suggest me how to overcome this problem.



Offline Umberto Martinez

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 479
  • Country: dk
  • Reputation: 26
    • View Profile
Changing the accuracy so much is probably not a good idea. Your results will not be.... accurate!

Seems that your job is not doing so bad. A small push may solve your issue.
I would rather change other parameters like damping_factor (try in increase that to 0.5/0.8, although we found this to improve mainly bulk calculations).
Sometimes you can improve convergence by increasing k-points or mesh cut-off.
If you see some improvement but 100 steps are not enough consider increasing max_steps a little bit.

Offline tara

  • Heavy QuantumATK user
  • ***
  • Posts: 37
  • Country: in
  • Reputation: 0
    • View Profile
For slater koster calculations, how much can we increase density mesh cut off for better convergence at higher bias??