Closed laxmisubramanyam closed 6 months ago
Hi, the step should be integer number (1,2,3...) the minimum possible step is defined by Navigator.unit_step. if you want to reduce step you have to reduce Navigator.unit_step. In next release I will introduce warning to prevent this.
Hi @sergey-tomin
Thanks for the clarification.
Best regards, Laxmi
Hi @sergey-tomin @st-walker
It's quite strange that if I use:
I get one result, however, If I use:
I get different result.
I understand that final step size is
sc.step * navi.unit_step
. Both are same in the two examples, then why the results are different ?What is the correct way of using space charge step ?