public class PYGenerator extends IEGenerator
Modifier and Type | Class | Description |
---|---|---|
static class |
PYGenerator.IteratorEF |
Constructor | Description |
---|---|
PYGenerator() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Set<Graph> |
getICPYCorrection(byte n,
boolean useE) |
|
static java.util.Set<Graph> |
getPYCorrection(byte n) |
Returns graphs included in the correction to the PY approximation at the
n-th order.
|
static void |
main(java.lang.String[] args) |
|
static java.util.List<java.util.Set<Graph>> |
PYGenerate(int n,
char fBond) |
Returns the graphs (at each order, up to n+2) in the PY approximation to c.
|
fourierMul, Multiply, relabel, SuperImposeGraphs
public static java.util.List<java.util.Set<Graph>> PYGenerate(int n, char fBond)
public static java.util.Set<Graph> getICPYCorrection(byte n, boolean useE)
public static java.util.Set<Graph> getPYCorrection(byte n)
public static void main(java.lang.String[] args)