Skip to main content

sse_simulation

Overloads

NameDescription
sse_simulation(const Lattice lattice, const List<NeighbourhoodRule> neighbourhood_rules, real beta) -> SSESimulationConstructs an SSE simulation instance.
sse_simulation(const Lattice lattice, const NeighbourhoodRule neighbourhood_rule, real beta) -> SSESimulationConstructs 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.