sse_simulation
Overloads
| Name | Description |
|---|---|
sse_simulation(const Lattice lattice, const List<NeighbourhoodRule> neighbourhood_rules, real beta) -> SSESimulation | Constructs an SSE simulation instance. |
sse_simulation(const Lattice lattice, const NeighbourhoodRule neighbourhood_rule, real beta) -> SSESimulation | Constructs an SSE simulation instance. |
sse_simulation(const Lattice lattice, const List<NeighbourhoodRule> neighbourhood_rules, real beta) -> SSESimulation
Constructs an SSE simulation 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.
sse_simulation(const Lattice lattice, const NeighbourhoodRule neighbourhood_rule, real beta) -> SSESimulation
Constructs an SSE simulation 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.