VlachosGroup / pMuTT

Python Multiscale Thermochemistry Toolbox (pMuTT)
https://vlachosgroup.github.io/pMuTT/
41 stars 23 forks source link

Added flexible unit sets for Shomate object. #117

Closed jonlym closed 5 years ago

jonlym commented 5 years ago

Added optional attribute, units that will indicate the Shomate unit set. The default unit set is 'J/mol/K', which was the assumed unit set beforehand.

All unit conversions will be done when the user requests a thermodynamic property.

Addresses #112