You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: