Skip to content
/ pytzer Public

The Pitzer model for chemical activities and equilibria in aqueous solutions in Python

License

Notifications You must be signed in to change notification settings

mvdh7/pytzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytzer v0.4.3

pypi badge

Pitzer model for chemical activities in aqueous solutions. Undergoing beta testing and development.

Installation:

pip install pytzer
pip install git+https://github.com/mvdh7/autograd#egg=autograd --upgrade --no-cache-dir

The second line above is strongly recommended, but optional. It upgrades Autograd to the latest version that has been tested with Pytzer, which eliminates some deprecation warnings that may appear when using the relatively old Autograd version available from PyPI. You could also switch mvdh7 in the URL to HIPS to get the very latest Autograd straight from the horse's mouth.

Documentation: pytzer.readthedocs.io, including a quick-start guide.

Pytzer is implemented and maintained by Matthew P. Humphreys at the University of East Anglia (Norwich, UK).