Core Classes
These two factory pattern represent the main interface of the hypertiling package
The factory pattern function which invokes a hyperbolic tiling Choose your kernel using the “kernel” attribute
- param p:
number of vertices per cells
- type p:
int
- param q:
number of cells meeting at each vertex
- type q:
int
- param n:
number of layers to be constructed
- type n:
int
- param kernel:
selects the construction kernel
- type kernel:
Tiling
- param **kwargs:
further keyword arguments to be passed to the kernel
- type **kwargs:
dictionary
The factory pattern function which invokes a hyperbolic graph Choose your kernel using the “kernel” attribute
- param p:
number of vertices per cells
- type p:
int
- param q:
number of cells meeting at each vertex
- type q:
int
- param n:
number of layers to be constructed
- type n:
int
- param kernel:
selects the construction kernel
- type kernel:
Graph
- param **kwargs:
further keyword arguments to be passed to the kernel
- type **kwargs:
dictionary