1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH PHONOPY-GRUNEISENPLOT "1" "February 2026" "phonopy-gruneisenplot 2.48.0" "User Commands"
.SH NAME
phonopy-gruneisenplot \- manual page for phonopy-gruneisenplot 2.48.0
.SH DESCRIPTION
usage: phonopy\-gruneisenplot [\-h] [\-\-gnuplot] [\-o OUTPUT_FILENAME] [\-s] [\-\-fg]
.TP
[\-t TITLE] [\-\-cutoff CUTOFF_FREQUENCY]
[\-\-fmax F_MAX] [\-\-fmin F_MIN] [\-\-gmax G_MAX]
[\-\-gmin G_MIN] [\-\-hdf5]
[filename ...]
.PP
Phonopy gruneisenplot command\-line\-tool
.SS "positional arguments:"
.TP
filename
Filename of phonopy\-gruneisen result (gruneisen.yaml)
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-gnuplot\fR
Output in gnuplot data style
.TP
\fB\-o\fR, \fB\-\-output\fR OUTPUT_FILENAME
Output filename of PDF plot
.TP
\fB\-s\fR, \fB\-\-save\fR
Save plot data in pdf
.TP
\fB\-\-fg\fR
Plot omega x gamma
.TP
\fB\-t\fR, \fB\-\-title\fR TITLE
Title of plot
.TP
\fB\-\-cutoff\fR CUTOFF_FREQUENCY
Plot above this cutoff frequency for mesh sampling
mode.
.TP
\fB\-\-fmax\fR F_MAX
Maximum frequency plotted
.TP
\fB\-\-fmin\fR F_MIN
Minimum frequency plotted
.TP
\fB\-\-gmax\fR G_MAX
Maximum Gruneisen params plotted
.TP
\fB\-\-gmin\fR G_MIN
Minimum Gruneisen params plotted
.TP
\fB\-\-hdf5\fR
Use hdf5 to read results
|