Skip to content

ase diff cli

David Ollodart requested to merge dollodart/ase:cli into master

This cli is a utility to diff atomic coordinates, forces, and energies. The formatting functions and their settings are in a separate file template.py which may be user customized. Because the help text to some options was complicated, I changed the _format_action method normally inherited from argparse.HelpFormatter in the Formatter class. The test directory contains tests for the supported use cases.

Merge request reports