# 2NN MEAM Interatomic Potential for the Pt-Ti Binary System

## Overview
This package provides a second-nearest-neighbor modified embedded-atom
method (2NN MEAM) interatomic potential for the Pt-Ti binary system,
together with its constituent Pt and Ti unary descriptions. The potential
was developed to study PtTi high-temperature shape-memory alloys, and is
suitable for atomistic simulations of the B2 (austenite) and martensite
phases, including the martensitic transformation and mechanical behavior.

## Reference
Please cite the following paper when using this potential:

  J. S. Lee, Y.-B. Chun, W.-S. Ko,
  "Molecular Dynamics Simulations of PtTi High-Temperature Shape Memory
  Alloys Based on a Modified Embedded-Atom Method Interatomic Potential",
  Materials 15 (2022) 5104.
  DOI: 10.3390/ma15155104
  https://doi.org/10.3390/ma15155104

The pure Ti unary description is adopted from the earlier Ni-Ti potential.
Users employing the Ti part should additionally cite:

  W.-S. Ko, B. Grabowski, J. Neugebauer,
  "Development and application of a Ni-Ti interatomic potential with high
  predictive accuracy of the martensitic phase transition",
  Phys. Rev. B 92 (2015) 134107.
  DOI: 10.1103/PhysRevB.92.134107
  https://doi.org/10.1103/PhysRevB.92.134107

## Files
| File           | Description                                          |
|----------------|------------------------------------------------------|
| `library.meam` | Pure-element parameters (Pt, Ti)                     |
| `PtTi.meam`    | Binary parameters for the Pt-Ti system               |

`PtTi.meam` is self-contained for the binary description: it includes the
unary blocks for atoms 1 and 2 and the binary block (1,2).

## Element Ordering (mandatory)
The atom indices in `PtTi.meam` are fixed:
- Atom 1 = Pt
- Atom 2 = Ti

The element ordering in `library.meam` is Pt, Ti, matching the index
assignment above. The `pair_coeff` element list must therefore be given
in the order `Pt Ti`.

## Reference Structures
| System | Reference structure   | Source            |
|--------|-----------------------|-------------------|
| Pt     | fcc                   | this work         |
| Ti     | bcc                   | Ko et al. (2015)  |
| Pt-Ti  | B2 (CsCl type, PtTi)  | this work         |

The Ti unary parameters are taken from the Ni-Ti potential of Ko,
Grabowski, and Neugebauer, Phys. Rev. B 92 (2015) 134107.

## LAMMPS Usage Example
```
pair_style    meam
pair_coeff    * * library.meam Pt Ti PtTi.meam Pt Ti
```
(adjust the element symbols on the data-file side to match your atom
types; the order on the potential side must remain `Pt Ti`)

---

## IMPORTANT NOTES

### (1) Radial cutoff distance (`rc`)

The cutoff in `PtTi.meam` is set to **`rc = 4.5` A**, and this value
should be retained for studies of the Pt-Ti shape-memory alloy.

This cutoff is **required to correctly reproduce the martensitic
transformation behavior** of Pt-Ti. It also exceeds the second
nearest-neighbor distances of the constituent elements, ensuring that
2NN interactions are properly captured. Reducing the cutoff below 4.5 A
may degrade or alter the martensitic transformation characteristics and
is not recommended for shape-memory-related simulations.

If you adapt this potential to a different problem, confirm that the
cutoff remains appropriate for the largest 2NN distance among the species
and phases involved. The cutoff is set on the first line of `PtTi.meam`:
```
rc = 4.5     # required for correct martensitic transformation behavior
```

### (2) Cutoff region (`delr`) for fracture-related simulations

The default `delr = 0.1` A follows Baskes' original MEAM convention and
works well for equilibrium and bulk-property simulations.

**For any simulation involving fracture, crack propagation, cleavage,
free-surface creation, or other processes where atoms separate across the
radial cutoff without intervening neighbors (so that MEAM many-body
screening no longer suppresses the interaction), both `rc` and `delr`
should be increased** to remove the artificial stress barrier caused by
the cutoff truncation. See:

  W.-S. Ko and B.-J. Lee, "Origin of unrealistic blunting during
  atomistic fracture simulations based on MEAM potentials",
  Philosophical Magazine 94 (2014) 1745-1753.
  DOI: 10.1080/14786435.2014.895441

Without this adjustment, fracture simulations may exhibit non-physical
crack-tip blunting instead of brittle cleavage. This potential was not
specifically tuned or validated for fracture phenomena.

### (3) Reference-structure cohesive energy / formation enthalpy

The binary `Ec(1,2)` value stored in `PtTi.meam` corresponds to the
cohesive energy of the B2 PtTi reference structure. It is related to the
formation enthalpy reported in the paper by:

  delta_Ef = 0.5*Ec(fcc Pt) + 0.5*Ec(bcc Ti) - Ec(B2 PtTi)

For example, with delta_Ef = -0.8484:
  Ec(B2 PtTi) = 0.5*5.77 + 0.5*4.75 - (-0.8484) = 6.1084.

The binary `d` (attrac = repuls) parameter follows
  d = 0.5*d(Pt) + 0.5*d(Ti) = 0.5*0.05 + 0.5*0.00 = 0.025.

### (4) Convention for screening parameters (Cmin/Cmax)

The LAMMPS argument order for `Cmin(I,J,K)` and `Cmax(I,J,K)` differs from
the convention used in the original 2NN MEAM literature and in the paper.
Users editing or extending the parameter file must be aware of this
difference to avoid silently swapping screening atoms.

| Notation                              | Bond formed by | Screening atom |
|---------------------------------------|----------------|----------------|
| Paper / original MEAM:  C^X-Y-Z       | X and Z        | **Y** (middle) |
| LAMMPS:                 Cmin(I, J, K) | I and J        | **K** (last)   |

So in the paper the **middle letter** is the screening atom, whereas in
LAMMPS the **third index** is the screening atom.

Mapping rule:    paper  X-Y-Z   =>   LAMMPS  (X, Z, Y)

Example for the Pt-Ti (B2) binary block (atom 1 = Pt, atom 2 = Ti):

| Paper notation        | Meaning                       | LAMMPS line in `PtTi.meam`   |
|-----------------------|-------------------------------|------------------------------|
| C^Pt-Ti-Pt (= 0.09)   | Pt-Pt bond screened by Ti     | `Cmin(1,1,2) = 0.09`         |
| C^Ti-Pt-Ti (= 0.64)   | Ti-Ti bond screened by Pt     | `Cmin(2,2,1) = 0.64`         |
| C^Pt-Pt-Ti (= 0.36)   | Pt-Ti bond screened by Pt     | `Cmin(1,2,1) = 0.36`         |
| C^Ti-Ti-Pt (= 1.60)   | Pt-Ti bond screened by Ti     | `Cmin(1,2,2) = 1.60`         |

(the corresponding Cmax values are 2.80, 1.44, 2.00, and 2.00,
respectively)

The distributed parameter file already follows the LAMMPS convention.
This note is provided for users who cross-check the values against the
paper or who construct new parameter files manually.

---

## Contact
Won-Seok Ko
Department of Materials Science and Engineering, Korea University,
Seoul, Republic of Korea
wonsko@korea.ac.kr
