triqs.gfs.plot.bz.dist

triqs.gfs.plot.bz.dist(A, B)[source]

Euclidean distance between two 2D points.

Parameters:
A, Bsequence of float

Points (x, y) in the plane.

Returns:
float

\(\sqrt{(A_x - B_x)^2 + (A_y - B_y)^2}\).