SHDShim / BM-spline

Inverse Burch-Murnaghan equation using spline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BM-spline

DOI

Inverse Burch-Murnaghan equation using spline interpolation.

In pytheos and also other apps, such as dioptas and burnman, to get volume at a given pressure, root search is used.

However, for extremely incompressible or compressible materials, root search can fail.

In the notebook below, we set up calibration function based on spline interpolation. the function takes the following form:

V = f(P)

Therefore, it becomes very easy to calculate volume from presssure.

Ref: https://en.wikipedia.org/wiki/Spline_(mathematics)

How to cite

S.-H. Shim (2022) Inverse Birch-Murnaghan equation with spline interpolation. Zenodo. http://doi.org/10.5281/zenodo.6349563

About

Inverse Burch-Murnaghan equation using spline

License:Apache License 2.0


Languages

Language:HTML 91.1%Language:Jupyter Notebook 8.5%Language:Python 0.3%