Skip to content
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

Toeplitz-Block-Toeplitz inversion #4

Open
momchilmm opened this issue Aug 5, 2019 · 0 comments
Open

Toeplitz-Block-Toeplitz inversion #4

momchilmm opened this issue Aug 5, 2019 · 0 comments

Comments

@momchilmm
Copy link
Member

Currently, the permittivity FT matrix inversion for the PWE and the GME is done using numpy.linalg.inv. However, the matrix has the structure of a Toeplitz-Block-Toeplitz matrix, which can be used for a faster inversion as per this paper . I also have a MATLAB code for that. It could be implemented at some point (ideally working with the autograd backend too) as this operation could become costly for large elementary cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant