aestimo icon indicating copy to clipboard operation
aestimo copied to clipboard

Having 3 different executables is confusing.

Open sblisesivdin opened this issue 3 years ago • 1 comments

We have 3 different executables: aestimo.py For electron solutions only aestimo_eh.py with using k.p theorem, it can do solutions for holes. aestimo_poisson1d I really do not know much about this. It is some codes translated from a book as I understand.

aestimo_eh.py can be used like aestimo.py, but if you want you can use it as a library. But it is not true for aestimo.py.

So, these things are quite confusing. @robochat and @h-hebal is it possible to write your opinions about the unification of these three files and maintain a simple usage? We can remove cython parts if necessary because our simulations are not time-consuming and pure python can run well.

If you can help to simplify the code, then we can change our working type from "directly commit to master branch" to "create pull-request first". And we can continue with small steps.

sblisesivdin avatar Oct 04 '20 09:10 sblisesivdin