octadist.cli¶
-
octadist.octadist_cli.
check_file
(file)[source]¶ Check if input file is exist or not.
Parameters: file (str) – Input file name. Returns: file (str) – Input file name.
-
octadist.octadist_cli.
find_coord
(file)[source]¶ Find atomic symbols and atomic coordinates of structure.
Parameters: file (str) – Input file name. Returns: - atom (list) – Atomic symbols.
- coord (list) – Atomic coordinates.