Commit fcea47f
committed
Fix Bug #5: Add debug logging for smoothing check
Add diagnostic logging to verify draft_mix_lambda_max value and whether
smoothing will execute.
This will help diagnose if smoothing is running (which prevents q from
becoming exactly 1.0 in corner cases).
Expected log output:
[SMOOTH_DEBUG] lambda_max from config: 0.02, will run smoothing: True
If we see 'will run smoothing: False', smoothing isn't applying and
q can still collapse to 1.0 in ultracold regimes.1 parent a38f70d commit fcea47f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| |||
0 commit comments