amep.order#
Positional and Orientational Order Analysis#
The AMEP module amep.order contains methods for calculating positional and
orientational order parameters, analyzing the nearest and next neighbors, and
voronoi tesselation of particle-based simulation data.
Functions
|
Calculates the \(k\) nearest neighbors and returns the number of nearest neighbors (can be different from \(k\) if a distance cutoff is given), the \(k\) nearest-neighbor distances, and the \(k\) nearest-neighbor indices. |
|
Calculates the local mass density based on averages over circles with radius rmax. |
|
Calculates the local number density based on averages over circles with radius rmax. |
|
Calculates the local packing fraction based on averages over circles with radius rmax. |
|
Calculates the nearest neighbors within a distance cutoff and returns the number of nearest neighbors, the nearest-neighbor distances, and the nearest-neighbor indices. |
|
Determines the next neighbors based on a given or calculated Voronoi diagram. |
|
Calculates the \(k\)-atic bond order parameter for an entire 2D system. |
|
Calculates the Voronoi tesselation for given coordinates by using the scipy package (see Ref. |
|
Calculates the local mass or number density or the local packing fraction by using Voronoi tessellation. |