Skip to content

Instantly share code, notes, and snippets.

View jranalli's full-sized avatar

Joe Ranalli jranalli

View GitHub Profile
@jranalli
jranalli / pyromat_plot_demo.py
Created January 8, 2024 22:15
Demo of plotting using pyromat
import pyromat as pm
import numpy as np
import matplotlib.pyplot as plt
def ismultiphase(subst):
"""Test whether the PYroMat substance instance is a multi-phase model
:param subst: A PYroMat substance instance
:return True/False: