afonari / emc

Effective Mass Calculator for Semiconductors
Other
102 stars 59 forks source link

Problem of step size #17

Open binganfe opened 6 years ago

binganfe commented 6 years ago

Hi,

It seems that the step size is not the actual distance between the generated k points but just a coefficient of this k points grid, like double the step size results in double the value of k points coordinate.

So how could it be used in the 5 points stencil method?

Thank you.

Reza-dsh commented 5 years ago

I am new to this code but as I understand you need to modify the code for that.