thermohub / thermofun

A code for calculating the standard state thermodynamic properties at a given temperature and pressure.
https://thermohub.org/thermofun/thermofun/
GNU Lesser General Public License v2.1
26 stars 8 forks source link

Database records can be changed by reference (C++, Python) #70

Closed gdmiron closed 4 months ago

gdmiron commented 4 months ago
  1. Fixed refresh all_elements data after setElement, addElement
  2. Added reference functions to C API
  3. Added trace output functionality for the database API
  4. Added new functionality to the python API
  5. Implemented test script of new functions into the Python API

    /examples/database_api.py