sfp

Calculate structure fingerprints.

API Reference

class aenet.commandline.aenet_sfp.SFP(subparsers=None)[source]

Compute structure fingerprints

_man()[source]

The return value of this private method is the manual entry to be added to the tool’s help message (i.e., shown when the --help flag is passed).

_set_arguments()[source]

Use this method to add command line argument parsers to self.parser.

Example:

self.parser.add_argument(

“–path”, help=”Path to somewhere (default: .).”, default=”.”)

analyze(training_set_file, moment, output_file, atom_types)[source]
run(args)[source]
Parameters:

args – object returned from an ‘argparse’ parser