Interface Module

Overview

freud.interface.Interface

Measures the interface between two sets of points.

Details

The freud.interface module contains functions to measure the interface between sets of points.

class freud.interface.Interface

Bases: freud.locality._PairCompute

Measures the interface between two sets of points.

compute

Compute the particles at the interface between two sets of points.

Parameters
default_query_args

No default query arguments.

property point_count

Number of particles from points on the interface.

Type

int

property point_ids

The particle IDs from points.

Type

np.ndarray

property query_point_count

Number of particles from query_points on the interface.

Type

int

property query_point_ids

The particle IDs from query_points.

Type

np.ndarray