LAMMPS Evidence MD
Keep the input deck, potential provenance, random seeds, executable build, log,
trajectory, and postprocessing chain traceable.
Start
ai-cae-toolbox context-scope --solver lammps
ai-cae-toolbox bridge-plan --solver lammps --objective "<objective>"
ai-cae-toolbox create-run --solver lammps --case <case-name> --objective "<objective>"
ai-cae-toolbox write-smoke-template --solver lammps --run-dir <run-dir>
Use lammps_check_installation and lammps_run_input_file when MCP is available.
Build and Run
- Declare units, boundary conditions, atom style, dimensions, masses, and atom types.
- Record potential filename, source, license, supported species, and parameterization scope.
- Separate minimization, equilibration, loading, and production phases.
- Record timestep, thermostat/barostat damping, deformation rate, dump interval,
thermo fields, random seeds, and restart strategy.
- Run a tiny parser/smoke case before a long trajectory.
Read references/validation.md before interpreting
stress, fracture, diffusion, or phase behavior.
Finish
Require a normal LAMMPS termination signal, complete log, expected step count,
thermo data, and trajectory or final data output. Export derived curves through
a versioned script. Hand trajectories to the OVITO skill for visualization, but
keep LAMMPS solve evidence and OVITO render evidence separate.
1---2name: lammps-evidence-md3description: Evidence-first LAMMPS molecular-dynamics workflow for input decks, potentials, minimization, equilibration, deformation, thermo logs, trajectories, restart/data files, stress-strain extraction, and reproducibility checks. Use when Codex must prepare, run, diagnose, or report a LAMMPS materials simulation or hand its trajectory to OVITO without overstating nanoscale demo results as calibrated macroscopic properties.4---56# LAMMPS Evidence MD78Keep the input deck, potential provenance, random seeds, executable build, log,9trajectory, and postprocessing chain traceable.1011## Start1213```powershell14ai-cae-toolbox context-scope --solver lammps15ai-cae-toolbox bridge-plan --solver lammps --objective "<objective>"16ai-cae-toolbox create-run --solver lammps --case <case-name> --objective "<objective>"17ai-cae-toolbox write-smoke-template --solver lammps --run-dir <run-dir>18```1920Use `lammps_check_installation` and `lammps_run_input_file` when MCP is available.2122## Build and Run2324- Declare units, boundary conditions, atom style, dimensions, masses, and atom types.25- Record potential filename, source, license, supported species, and parameterization scope.26- Separate minimization, equilibration, loading, and production phases.27- Record timestep, thermostat/barostat damping, deformation rate, dump interval,28 thermo fields, random seeds, and restart strategy.29- Run a tiny parser/smoke case before a long trajectory.3031Read [references/validation.md](references/validation.md) before interpreting32stress, fracture, diffusion, or phase behavior.3334## Finish3536Require a normal LAMMPS termination signal, complete log, expected step count,37thermo data, and trajectory or final data output. Export derived curves through38a versioned script. Hand trajectories to the OVITO skill for visualization, but39keep LAMMPS solve evidence and OVITO render evidence separate.