Metadata-Version: 2.1
Name: kawin
Version: 0.3.0
Summary: Tool for simulating precipitation using the KWN model coupled with Calphad.
Home-page: https://kawin.org/
Author: Nicholas Ury
Author-email: nury12n@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib>=3.3
Requires-Dist: numpy>=1.13
Requires-Dist: pycalphad>=0.10.1
Requires-Dist: scipy
Requires-Dist: setuptools_scm[toml]>=6.0

# kawin

Python implementation of the Kampmann-Wagner Numerical (KWN) model to predict precipitate nucleation and growth behavior. This package couples with pycalphad to perform thermodynamic and kinetic calculations.

Notes
-----
There are some API changes between kawin 0.3.0 and 0.2.0. Please see the examples for more details.

Installation
------------
`pip install kawin`

Examples
--------
Examples on Jupyter notebooks can be found on [NBViewer](https://nbviewer.org/github/materialsgenomefoundation/kawin/tree/main/examples/).

Dependencies
------------
numpy, scipy, matplotlib, pycalphad
