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

Request for help #327

Open
NxtGenLegend opened this issue Jan 16, 2025 · 1 comment
Open

Request for help #327

NxtGenLegend opened this issue Jan 16, 2025 · 1 comment

Comments

@NxtGenLegend
Copy link

Hey, I want to edit the convergence criteria to include one other parameters (as opposed to just frequency), which codefile & codelines should I be looking at?

@hughcars
Copy link
Collaborator

Hi @NxtGenLegend,

Given you're mentioning frequency I am presuming you're working with either the driven or eigensolver modes. In both of these convergence is measured in terms of the residual of the linear system ||A x - b|| < eps rather than in terms of a frequency directly, so I'm not sure exactly what you're looking for. If you're wanting to experiment with other definitions of convergence, I suggest you start with palace/drivers/eigensolver.cpp and palace/drivers/drivensolver.cpp and try to understand how they are constructing the linear systems and solving them.

Hugh

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

2 participants