acpype.cli.init_main
- acpype.cli.init_main(binaries: Dict[str, str] = {'ac_bin': 'antechamber', 'obabel_bin': 'obabel'}, argv: Optional[List[str]] = None)
Orchestrate the command line usage for ACPYPE with its all input arguments.
- Parameters
binaries (Dict[str, str], optional) – Mostly used for debug and testing. Defaults to
acpype.params.binaries
.argv (Optional[List[str]], optional) – Mostly used for debug and testing. Defaults to None.
- Returns
0 or 19 (failed)
- Return type
SystemExit(status)