Metadata-Version: 2.1
Name: CADET-Process
Version: 0.4.1
Summary: A Framework for Modelling and Optimizing Advanced Chromatographic Processes
Home-page: https://github.com/fau-advanced-separations/CADET-Process
Author: Johannes Schmölder
Author-email: j.schmoelder@fz-juelich.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/fau-advanced-separations/CADET-Process/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: numpy (>=1.21)
Requires-Dist: scipy (>=1.7)
Requires-Dist: matplotlib (>=3.4)
Requires-Dist: sympy (>=1.8)
Requires-Dist: pathos (>=0.2.8)
Requires-Dist: multiprocess (>=0.70)
Requires-Dist: addict (>=2.4)
Requires-Dist: gitpython (>=3.1)
Requires-Dist: cadet-python (>=0.11)
Requires-Dist: deap (>=1.3)
Requires-Dist: hopsy (>=0.2.1)
Requires-Dist: pymoo (>=0.5)

CADET-Process
=============

CADET-Process is a Python package for modelling, simulating, evaluating and
optimizing advanced chromatographic processes. It serves as an inteface for
CADET, but can also be used for other solvers.

- **Source:** https://github.com/fau-advanced-separations/CADET-Process
- **Bug reports:** https://github.com/fau-advanced-separations/CADET-Process/issues

Note
----
This software is work in progress and being actively developed. Breaking changes
and extensive restructuring may occur in any commit and release.


Bugs
----

Please report any bugs that you find `here <https://github.com/fau-advanced-separations/CADET-Process/issues>`_.
Or, even better, fork the repository on `GitHub <https://github.com/fau-advanced-separations/CADET-Process>`_
and create a pull request (PR).


