``` import CoolProp HEOS = CoolProp.AbstractState('HEOS','Pentane') HEOS.set_mole_fractions([1.0]) HEOS.build_phase_envelope("dummy") ```