File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def get_phonopy_gibbs(
53
53
)
54
54
55
55
# gibbs free energy and temperature
56
- max_t_index = phonopy_qha ._qha ._max_t_index
56
+ max_t_index = phonopy_qha ._qha ._len
57
57
G = phonopy_qha .get_gibbs_temperature ()[:max_t_index ]
58
58
T = phonopy_qha ._qha ._temperatures [:max_t_index ]
59
59
return G , T
@@ -178,7 +178,7 @@ def get_phonopy_thermal_expansion(
178
178
)
179
179
180
180
# thermal expansion coefficient and temperature
181
- max_t_index = phonopy_qha ._qha ._max_t_index
182
- alpha = phonopy_qha .get_thermal_expansion ()[:max_t_index ]
181
+ max_t_index = phonopy_qha ._qha ._len
182
+ alpha = phonopy_qha .get_thermal_expansion ()[: max_t_index ]
183
183
T = phonopy_qha ._qha ._temperatures [:max_t_index ]
184
184
return alpha , T
Original file line number Diff line number Diff line change 1
1
custodian == 2022.1.17
2
2
FireWorks == 1.9.7
3
- maggma == 0.39 .0
3
+ maggma == 0.44 .0
4
4
monty == 2021.6.10
5
5
networkx == 2.5.1
6
6
numpy
Original file line number Diff line number Diff line change 25
25
install_requires = [
26
26
"custodian>=2019.8.24" ,
27
27
"FireWorks>=1.4.0" ,
28
- "maggma>=0.39 .0" ,
28
+ "maggma>=0.44 .0" ,
29
29
"monty>=2.0.6" ,
30
30
"networkx" ,
31
31
"numpy" ,
You can’t perform that action at this time.
0 commit comments