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

Feature request: ability to save more aspects of the EigenProblem at each point in a CriticalFinder.grid_generator scan #19

Open
afraser3 opened this issue Oct 14, 2024 · 0 comments

Comments

@afraser3
Copy link
Collaborator

CriticalFinder.grid_generator is fantastic for streamlining 2D EVP scans. But sometimes I want more than just the most-unstable eigenvalue at each point in the scan. Usually this is because I want the rest of the spectrum of eigenvalues, or sometimes even the full set of eigenvectors. In these cases, I've essentially coded up my own grid_generator with these added features I want specific to the project. But I've done this enough times now that it might make sense for this to be its own feature in eigentools.

I'm not exactly sure what this would look like. Maybe a couple flags like return_full_spectrum and return_eigenvectors, which would cause grid_generator to either return the corresponding arrays or save them to .h5 files? Once the machinery for eigenvectors/eigenvalues is implemented, it would be pretty easy for users to modify the source themselves if they want to get other information for more niche calculations, say if they wanted to condition number or L and M matrices or something.

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