Skip to content

Star Log-extended eMulation: a general overview

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

Date last edited: 30 October 2024

In this tutorial notebook, we outline the use of our package SLM and show its power using the Sly4 equation of state (EOS). This notebook reproduces Figs. 1 and 2 in our accompanying paper.

# import packages
#[include autoreload here]

import numpy as np 
from scipy.interpolate import interp1d 
import matplotlib.pyplot as plt

# install the SLM package from source (potentially)
#