Skip to content

Matrix madness

Pre-release
Pre-release
Compare
Choose a tag to compare
@mvdh7 mvdh7 released this 16 Jul 11:23
5eb5a59
  • Module props renamed as properties;
  • Module coeffs renamed as coefficients;
  • Class CoeffLib renamed as CoefficientLibrary;
  • Added docstrings to all functions in coefficients module;
  • Added matrix module with alternative, matrix-based Pitzer model implementation;
  • Added none function to jfuncs module to ignore unsymmetrical mixing;
  • Fixed Aϕ bug in CoefficientLibrary method print_coeffs;
  • In preparation for equilibration calculations:
    • Added gettots function to io module.