Metadata-Version: 2.1
Name: AqOrg
Version: 0.2.1
Summary: Estimate thermodynamic properties of aqueous organic compounds
Author: Grayson Boyer
Author-email: gmboyer@asu.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: chemparse
Requires-Dist: pubchempy
Requires-Dist: sigfig
Requires-Dist: pandas
Requires-Dist: rdkit
Requires-Dist: pgradd
Requires-Dist: WORMutils

# AqOrg

Estimate the thermodynamic properties and HKF parameters of aqueous organic molecules using second order group additivity methods.
This [Jupyter notebook demo](https://gitlab.com/worm1/worm-library/-/blob/master/4-Thermodynamic-Property-Estimation/Introduction-Aq-Organic-Estimator.ipynb) introduces the underlying concepts.

## Installation

Install `AqOrg` with pip:

```
$ pip install AqOrg
```

## Usage

See this [Jupyter notebook demo](https://gitlab.com/worm1/worm-library/-/blob/master/4-Thermodynamic-Property-Estimation/Aq-Organics-Feature-Demo/Aqueous-Organic-Molecules.ipynb) for examples.
