gftool.pade.KindSelector

class gftool.pade.KindSelector(n_min, n_max)[source]

Abstract filter class to determine high-frequency behavior of Pade.

We denote approximants with the corresponding high frequency behavior as valid. Considers all valid approximants including between n_min and n_max Matsubara frequencies.

__init__(n_min, n_max)[source]

Consider approximants including between n_min and n_max Matsubara frequencies.

Methods

__init__(n_min, n_max) Consider approximants including between n_min and n_max Matsubara frequencies.
islice(iterable) Return an iterator whose next() method returns valid values from iterable.

Attributes

slice Return slice selecting the valid approximants.