git clone git@gitee.com:haidi-hfut/mech2d.git
cd mech2d
python setup.py install
m2d -h
usage: m2d [-h] [-v] {init,run,post} ...
Desctiption:
------------
mech2d is a convenient script that use to calculate the mechanical properties of
2D materials, including EOS, Stress-Strain Curve, elastic constants and revalant
properties. The script works based on several sub-commands with their own options.
To see the options for the sub-commands, type \"m2d sub-command -h\".
positional arguments:
{init,run,post}
init Generating initial data for elastic systems.
run Run the DFT calculation for deformed structures.
post Post processing for elastic calculation.
optional arguments:
-h, --help show this help message and exit
-v, --version Display version
