Metadata-Version: 2.4
Name: fugacio
Version: 0.1.0
Summary: Fugacio: differentiable thermodynamics, process simulation, and an AI design copilot (umbrella install).
Author-email: Owen Carey <37121709+owenthcarey@users.noreply.github.com>
License-Expression: Apache-2.0
Keywords: chemical-engineering,jax,process-simulation,thermodynamics
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.11
Requires-Dist: fugacio-copilot==0.1.0
Requires-Dist: fugacio-sim==0.1.0
Requires-Dist: fugacio-thermo==0.1.0
Description-Content-Type: text/markdown

# fugacio

Umbrella package for the Fugacio stack. Installing it pulls the three
components together:

- `fugacio-thermo`: differentiable thermodynamics and physical properties
- `fugacio-sim`: differentiable steady-state and dynamic process simulation
- `fugacio-copilot`: an AI design copilot for the stack

```bash
pip install fugacio
```

It ships no code of its own. Everything is importable from the `fugacio`
namespace provided by the component packages, for example `fugacio.thermo`,
`fugacio.sim`, and `fugacio.copilot`.
