Skip to main content

sse_algorithm

Overloads

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