
 Checking the convergence parameters for transiesta
====================================================

Setup:
  Run this command:

   $> source ./source.sh

  and it will print out some information.

Purpose:
  Check what has huge importance for the convergence.
  You do not have time to check everything so take some end
  points first:

  Poles: 1 , 10
  Circle: 5 , 40
  Line: 2 , 15
  
  You certainly do not have time to sweep the entire 
  parameter space.
  So try and consider in which order you would increase
  points to increase accuracy:
   1) Circle, Poles, Line
   2) Poles, Circle, Line
   3) Line, Circle, Poles
   4) Line, Poles, Circle
   5) Poles, Line, Circle
   6) Circle, Line, Poles

  Also it might not converge, in that case just kill the job.
  To kill a running job, press:
    Ctrl + C
  (if that does not work immediately, press the above combination
   several times).

Note: This is also system dependent, yet the main trends are generic.
