Hi,
I think the need for this function even in C++ is dubious. If you want to calculate the standard state properties of a mixture at the reference temperature, all you have to do is set the mixture to that temperature and access the standard state properties (which are available in Python in their nondimensional forms, for example gas.standard_enthalpies_RT.). The only reason for this special function in C++ is as a convenience for setting up sensitivity analysis with respect to enthalpy of formation without having to modify and then reset the state of the mixture. I’d consider removing it outright before propagating it to the other language interfaces.
Regards,
Ray