Commit f5deceb
committed
Fix: Increase temperature in HighTemperatureFlattensWeights test for numerical stability
At T=100000, β·ΔE≈0.15 was too large for 0.01 tolerance. Raised to T=1000000
so β·ΔE≈0.015, ensuring Boltzmann weights converge within tolerance.
https://claude.ai/code/session_01XCg7pxNJNB3J7DXtsrAo1c1 parent af69aee commit f5deceb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments