zmeri / PC-SAFT

Functions implementing the PC-SAFT equation of state, including association, electrolyte and dipole terms
GNU General Public License v3.0
46 stars 18 forks source link

Corrected g_ij in association term #52

Closed zmeri closed 5 years ago

zmeri commented 5 years ago

Only g_ii was calculated, not the full g_ij matrix. This caused errors in the association term, and this was corrected. Also, an extra loop in the helmholtz function was removed.