Metadata-Version: 2.1
Name: stoked
Version: 0.3.0
Summary: Simulation and visualization of Stokesian dynamics for N interacting particles
Home-page: UNKNOWN
Author: John Parker
Author-email: japarker@uchicago.edu
License: MIT
Keywords: stokesian dynamics brownian
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: numpy-quaternion

StokeD
==============
StokeD solves the Stokesian dynamics (SD) equations for N interacting particles. SD is a generalization of Brownian dynamics (BD) that includes hydrodynamic coupling interactions.

Features
--------------
+ Hydrodynamic coupling interactions can be turned on or off
+ Flexible interface for user-defined particle interactions
+ Several interactions already available: point electrostatics and electrodynamics, screened Coulomb, van der Walls, hard-sphere collisions, gravity
+ Animation module for visualizing trajectories

Installation
--------------
StokeD can be installed with pip
```shell
pip install stoked
```

Usage
--------------

For examples and use cases, see examples folder.

For full documentation, see docs folder.

License
--------------
StokeD is licensed under the terms of the MIT license.


