Calculate energy barrier for Ising landscapes
Usage
# S3 method for class '`2d_Isingland`'
calculate_barrier(l, ...)
# S3 method for class '`2d_Isingland_matrix`'
calculate_barrier(l, ...)
# S3 method for class 'barrier_2d_Isingland'
print(x, simplify = FALSE, ...)
# S3 method for class 'barrier_2d_Isingland'
summary(object, ...)
# S3 method for class 'barrier_2d_Isingland_matrix'
summary(object, ...)Arguments
- l
An
Isinglandobject constructed withmake_2d_Isingland()ormake_2d_Isingland_matrix().- ...
Not in use.
- x
a result of the default method of
summary().- simplify
Print a simplified version of the output? Default is
FALSE.- object
an object for which a summary is desired.
Value
A barrier_Isingland object that contains the following components:
shapeA character describing the shape of the landscape.local_min_start,local_min_end,saddle_pointThe positions of the two local minimums and the saddle point, described each by a list containing:UThe potential value.locationx_indexThe row index inget_dist(l).x_valueThe number of active nodes.
delta_U_start,delta_U_endThe barrier heights for both sides.
