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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH PMG "1" "December 2020" "pymatgen" "User Commands"
.SH NAME
pmg \- pymatgen
.SH DESCRIPTION
usage: pmg [\-h] {config,analyze,query,plot,structure,view,diff,potcar} ...
.PP
pmg is a convenient script that uses pymatgen to perform many analyses,
plotting and format conversions. This script works based on several subcommands with their own options. To see the options for the sub\-commands, type
"pmg sub\-command \fB\-h\fR".
.SS "positional arguments:"
.IP
{config,analyze,query,plot,structure,view,diff,potcar}
.TP
config
Tools for configuring pymatgen, e.g., potcar setup,
modifying .pmgrc.yaml configuration file.
.TP
analyze
Vasp calculation analysis tools.
.TP
query
Search for structures and data from the Materials
Project.
.TP
plot
Plotting tool for DOS, CHGCAR, XRD, etc.
.TP
structure
Structure conversion and analysis tools.
.TP
view
Visualize structures
.TP
diff
Diffing tool. For now, only INCAR supported.
.TP
potcar
Generate POTCARs
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.PP
Version: 2020.12.18
|