Skip to content

Parametric Star Log-extended eMulation

Authors: Sudhanva Lalit, Alexandra C. Semposki, Joshua M. Maldonado

Date last edited: 30 October 2024

In this notebook, we will demonstrate the use of the parametric component of our SLM package on the 2-parameter quarkyonic EOS. We will then compare to the high-fidelity solutions calculated using the standard RK4 method. This notebooks reproduces Fig. 3 from our accompanying paper.

# import relevant packages
import numpy as np 
import matplotlib.pyplot as plt

# install the package from source
# SLM goes here