lammps_d2min
Identify plastic events by computing D²min, the non-affine displacement of particles between two time frames.
Instructions
Compute non-affine displacement D²min for each particle between two frames.
D²min measures how much a particle's displacement deviates from the best-fit affine deformation of its neighbors. High D²min = plastic event.
Args: positions_t0_json: JSON string, shape (N, 3) positions at time t0. positions_t1_json: JSON string, shape (N, 3) positions at time t1. r_cut: Cutoff radius for neighbor finding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r_cut | No | ||
| positions_t0_json | Yes | ||
| positions_t1_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |