We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10168f commit 5bf4fdeCopy full SHA for 5bf4fde
asimtools/asimmodules/phonopy/qha_properties.py
@@ -25,6 +25,7 @@ def qha_properties(
25
volumes = ev_df['volumes'].to_numpy()
26
energies = ev_df['energies'].to_numpy()
27
thermal_properties_files = glob(thermal_properties_file_pattern)
28
+ thermal_properties_files = sorted(thermal_properties_files)
29
assert len(thermal_properties_files) > 0, \
30
f'No files matching {thermal_properties_file_pattern} in {os.getcwd()}'
31
0 commit comments