Earl Patrick Bellinger

Results 10 comments of Earl Patrick Bellinger

I have just run into this same problem. I have fixed it by changing `n, _, _ = ax.hist(x, bins=bins[i], weights=weights, range=range[i], **hist_kwargs)` to `n, _, _ = ax.hist(x, bins=int(bins[i]),...

I see. I did not supply any bins or bin edges - everything was left to defaults.

What are the units of these quantities? If I had to guess, it would be reactions/sec for raw_rate and screened_rate, erg/g/s for eps_nuc, and MeV for neuQ. (Unless something else...

As of https://github.com/MESAHub/mesa/pull/392 we now have raw rates. We still need the screened rates as well as the eps_nuc and eps_neu from each rate.

I think I've implemented this into the profile and history outputs now. It at least seems to match what you got :-) Please let me know if anything looks off!

The same would also be greatly appreciated for outreach posts. For example, today someone asked me to link them to my blog post entitled "Populating Hyperspace". This is the URL:...

This seems to me quite similar to the `make-planets` test case and so it may be a regression. https://docs.mesastar.org/en/release-r22.11.1/test_suite/make_planets.html#make-planets

Here's some documentation on auto_diff: https://adamjermyn.com/posts/auto_diff_mesa/ Best wishes, Earl On Thu, Apr 20, 2023 at 4:46 PM Evan Bauer ***@***.***> wrote: > The fortran code in auto_diff is actually generated...

It seems this control has been discussed on the mailing list here: https://sourceforge.net/p/mesa/mailman/mesa-users/thread/B9CB631D-2B7A-498B-9525-983A46B3E805%40gmail.com/#msg32645250 I've pushed a fix in f3ee16d. I think the problem was that `pow2(2*pi*1d-99/1d6)` goes beserk instead of...

Thanks for tracking this down. > I'd be interested to see a calculation of the actual period spacing from a mode frequency calculation compared to what one would estimate from...