geodynamics / burnman

BurnMan is a library for modeling mantle thermodynamics and thermoelasticity constrained by mineral physics experiments.
https://geodynamics.github.io/burnman/
GNU General Public License v2.0
53 stars 41 forks source link

Use numpy arrays in place of numeric lists, remove zips #540

Open bobmyhill opened 1 year ago

bobmyhill commented 1 year ago

There are some of the oldest parts of burnman that don't use numpy arrays. This makes some operations a lot slower than they need to be.