You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The histogram of the J distribution h2JIntrins is currently plotted for some spins g_dPlotSpMax only, which may not be the same number as the spins created in he continuum bins, g_nConSpbMax:
This may also be an issue when you populate spins with the bExFullRxn population method: If the number of spins g_nExPopI in the populated spins table is not equal to g_nConSpbMax, unexpected things may happen.
The text was updated successfully, but these errors were encountered:
In this regard, it's also interesting to see what happens if one sets g_nConSpbMax to a low number. Is it an issue if the distribution is not normalized to 1? (to if I take only spins up to 10 for a heavy nucleus, I might only catch half of the levels. What happens internally then?)
The histogram of the J distribution h2JIntrins is currently plotted for some spins
g_dPlotSpMax
only, which may not be the same number as the spins created in he continuum bins,g_nConSpbMax
:https://github.com/fzeiser/RAINIER_Fork/blob/31cfda33869c32fa2d787a0b8559a733dbc97ef2/RAINIER.C#L1464-L1468
This may also be an issue when you populate spins with the
bExFullRxn
population method: If the number of spinsg_nExPopI
in the populated spins table is not equal tog_nConSpbMax
, unexpected things may happen.The text was updated successfully, but these errors were encountered: