PAOFLOW.pyskeaf.cli#

Command-line entry point for the pyskeaf port.

Usage:

python -m pyskeaf [config.in] [--bxsf FILE] [--out DIR] [--no-write]

Mirrors the Fortran skeaf.x driver: by default it reads config.in from the current directory, loads the BXSF file named within it, runs the analysis, and writes the five Fortran-compatible output files to DIR (default: cwd).

Functions#

main([argv])

Module Contents#

PAOFLOW.pyskeaf.cli.main(argv=None)[source]#