pymatgen.cli.pmg_structure module
Implementation for pmg structure CLI.
- analyze_localenv(args)[source]
Analyze local env of structures in files.
- Parameters:
args (dict) – Args for argparse.
- analyze_structures(args)[source]
Master function to handle which operation to perform.
- Parameters:
args (dict) – Args from argparse.
- analyze_symmetry(args)[source]
Analyze symmetry of structures in files.
- Parameters:
args (dict) – Args from argparse.