-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pade approximant based spectral extrapolation (#2440)
* boilerplate for pade step function * Initial Pade class. Needs testing. * added scipy import we forgot * working version modeled after harminv * documentation and somewhat finalized input parameters * added test case to compare to harminv modes * pre-commit formatting changes * added reference to pade in swig file * docstring edits * refactored to remove m_frac, n_frac and infer behavior from type of m,n * removed epsilon output * fixed sampling_interval argument in test_ring * more docstring and type hint fixes * refactored to PadeDFT, included m_frac, n_frac, and simplified list comprehension * Pade class name changed to PadeDFT * Pade class name changed to PadeDFT * pre-commit * types of m and n should be int * added support for pade computation over a volume * changed pade test to specify point volume * refactored collect method to only have one level of nesting * stored polynomials as an instance variable * added an entry for PadeDFT class * added reference stored polynomials in docstring * added documentation for PadeDFT --------- Co-authored-by: Alex Kaylor <[email protected]>
- Loading branch information
1 parent
75ffb03
commit 1fe3899
Showing
4 changed files
with
340 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.