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
and then we can vmap over all the stars particles.
This would be nice because this conversion can take some time if we have a lot of stars in the galaxy, and implementing in jax and vmap will give a huge performance boost
The text was updated successfully, but these errors were encountered:
The conversion from stellar formation time to age in this line
rubix/rubix/utils.py
Line 105 in 9bdcd8a
should be implemented in Jax using the cosmology function
rubix/rubix/cosmology/base.py
Line 110 in 9bdcd8a
and then we can vmap over all the stars particles.
This would be nice because this conversion can take some time if we have a lot of stars in the galaxy, and implementing in jax and vmap will give a huge performance boost
The text was updated successfully, but these errors were encountered: