ChemApp for PythonPython Package

ChemApp for Python

ChemApp for Python

  • ChemApp for Python enables thermochemical equilibrium calculations and analysis within Python.
  • It provides access to FactSage's well-assessed thermodynamic databases, such as slags and alloys. (FactSage is required.)

Sample programs

The Basic module provides Python methods using the same notation as the conventional ChemApp:

Sample program using the Basic module

The Friendly module is more Pythonic, offering methods with intuitive and memorable notation:

Sample program using the Friendly module

Link to the developer