gftool.pade.KindGf

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

Filter approximants such that the high-frequency behavior is \(1/ω\).

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.