sse_algorithm
Overloads
| Name | Description |
|---|---|
sse_algorithm(const Lattice lattice, const NeighbourhoodRule neighbourhood_rule, real beta) -> SSEAlgorithm | Constructs an SSE algorithm instance. |
sse_algorithm(const Lattice lattice, const List<NeighbourhoodRule> neighbourhood_rules, real beta) -> SSEAlgorithm | Constructs an SSE algorithm instance. |
sse_algorithm(const Lattice lattice, const NeighbourhoodRule neighbourhood_rule, real beta) -> SSEAlgorithm
Constructs an SSE algorithm instance.
Parameters
- lattice: The lattice geometry for the system to be simulated.
- neighbourhood_rule: The neighbourhood on which vertices can be defined.
- beta: The inverse temperature.
sse_algorithm(const Lattice lattice, const List<NeighbourhoodRule> neighbourhood_rules, real beta) -> SSEAlgorithm
Constructs an SSE algorithm instance.
Parameters
- lattice: The lattice geometry for the system to be simulated.
- neighbourhood_rules: The neighbourhoods on which vertices can be defined.
- beta: The inverse temperature.