Use when working with the local `qmd/plmd` helpers for PLUMED post-processing, especially `COLVAR` plotting or generating `plumed.info` summaries from VASP recalculation directories.
This skill is for the lightweight PLUMED helper scripts under qmd/plmd/. These scripts are mainly post-processing utilities. They do not define the full PLUMED setup workflow used in ALCHEMY.
Read these first:
ZONE_recal_plumed_info.shrecal_plumed_info.shplot_plmd_COLVAR.pyplot_plmd__XRD_V_E_vs_t.pyIf the user is asking about generating plumed.dat or choosing CV ranges for ALCHEMY, also check:
qmd/ALCHEMY/collect_plumed_cv_parameters.py/projects/BURROWS/akashgpt/run_scripts/ALCHEMY__dev/reference_input_files/PLUMED_inputsplumed.infoCOLVAR filesZONE_recal_plumed_info.sh is the main helper.*/pre/recal/*/OUTCAR, extracts the last TOTEN, first cell volume, target temperature, and external pressure, then writes a plumed.info summary file.recal_plumed_info.sh is the simpler sibling for flatter layouts where recalculation folders are numeric children of the current directory.plumed.info, but assumes a simpler directory structure.COLVARplot_plmd_COLVAR.py is the current general-purpose plotter.#! FIELDS header into a temporary COLVAR.plot, reads the result with pandas, and plots the first N variables after time or all variables if -n 0 is given.COLVAR channelsplot_plmd__XRD_V_E_vs_t.py is an older, narrower plotter that expects specific columns such as xrd, vol, and energy.COLVAR file really follows that schema.OUTCAR parsing, not generic PLUMED-only trajectories.qmd/ALCHEMY plus ALCHEMY__dev for setup-generation logic.COLVAR semantics, read references/external_docs.md.