Command-Line Reference¶
pqanalysis dispatches all supported commands from one executable. Every
subcommand also provides local help:
$ pqanalysis --help
$ pqanalysis rdf --help
The command tables on this page are validated against the command registry at build time: a missing, renamed or undocumented command fails the documentation build.
Analysis commands¶
Command |
Purpose |
Primary input |
|---|---|---|
Radial distribution and cumulative coordination |
Input file |
|
Mean square displacement and diffusion fits |
Input file |
|
Velocity or charge-flux correlation and spectra |
Input file |
|
Hessian normal modes and optional IR intensities |
Input file |
|
Total linear momentum per velocity frame |
Trajectory files |
|
Gaussian or Lorentzian broadening of discrete lines |
Line table |
Analysis commands accept --export FILE where applicable. Repeat the option
to produce several output formats without repeating the calculation.
Table conversion¶
pqanalysis convert rewrites analysis tables between formats; see
Analysis Output Files and
the generated option reference.
Structure and trajectory conversion¶
Command |
Purpose |
|---|---|
Convert a PQ restart structure to XYZ |
|
Convert XYZ coordinates to a PQ restart structure |
|
Convert XYZ to DFTB+ GEN |
|
Convert DFTB+ GEN to XYZ |
|
Extract periodic box data from trajectories |
|
Write extended XYZ trajectories with selected metadata |
|
Convert trajectories to QMCFC conventions |
Simulation-support commands¶
Command |
Purpose |
|---|---|
Continue indexed PQ or QMCFC input/output sequences |
|
Add molecular structures to an existing system |
|
Build Neuroevolution Potential (NEP) training and test trajectories |
Commands refuse unsafe output replacement by default. Consult each generated reference page for its supported writing modes and format-specific options.