Use this skill for MD execution and post-analysis when the goal is trajectory-based MSD/RDF/diffusion evidence rather than a generic VASP run log.
Use this skill to prepare an MD stage, dispatch it, and summarize the resulting trajectory with MSD, RDF, and diffusion-fit artifacts. Do not use it for a generic VASP run log, one-off thermalization checks, or when the trajectory is too short to support diffusion claims.
vasp_prepare(preset="md", ...).user_incar_patch.vasp_execute_batch.analyze_trajectory.vasp_preparevasp_execute_batchanalyze_trajectoryuser_incar_patch in the same vasp_prepare call to set the actual timestep, thermostat, or temperature schedule needed for the run.analyze_trajectory emits MSD, RDF, and any temperature/energy time-series it can recover.rdf_species / diffusion_dimension aligned with the scientific question.Return:
user_incar_patch, not a later patching pass after preset generation.