-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement block tridiagonal inversion for NEGF class #49
Comments
@zerothi, you implemented this algorithm in a template file called |
I will have no problem with that. As long as it is disclosed that it originates from me, ;) |
Note however, that for small systems |
Of course! Thanks :)
I see, maybe we can profile the two methods and then see if it's worth to make the |
Yes, you could use |
Excellent! Thanks ;) |
It could be nice to implement in the
NEGF
class a method to invert the Green's function using the block tridiagonal inversion algorithm to reduce the time that this operation consumes.The text was updated successfully, but these errors were encountered: