pyqmmm.qm.combine_nebs¶
Module Contents¶
Functions¶
Gets a sorted list of .xyz files in the current directory whose names are only numbers. |
|
|
Reads all frames from an xyz file and returns them as a list of strings. |
Combines xyz files into a single xyz trajectory file while removing duplicate frames. |
- pyqmmm.qm.combine_nebs.get_sorted_xyz_files()[source]¶
Gets a sorted list of .xyz files in the current directory whose names are only numbers. Ignores any files that do not match this naming pattern or are explicitly set to be ignored.
- Returns:
Sorted list of .xyz filenames that match the numeric pattern.
- Return type:
list