Metadata-Version: 2.4
Name: simudo
Version: 0.7.0.3
Summary: SIMUlation of Devices with Optics / SIMulateur Université D'Ottawa
Home-page: https://github.com/simudo/simudo
Author: Eduard Christian Dumitrescu
Author-email: eduard.c.dumitrescu@gmail.com
License: LGPLv3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYRIGHT
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: Pint
Requires-Dist: atomicwrites
Requires-Dist: matplotlib
Requires-Dist: mpl_render
Requires-Dist: yamlordereddictloader
Requires-Dist: suffix_trees
Requires-Dist: generic_escape
Requires-Dist: sortedcontainers
Requires-Dist: cached_property
Requires-Dist: petsc4py
Requires-Dist: PyYAML
Requires-Dist: attrs
Requires-Dist: sympy
Requires-Dist: setuptools
Requires-Dist: future
Requires-Dist: argh
Requires-Dist: tabulate
Requires-Dist: tqdm
Requires-Dist: cycler
Requires-Dist: IPython
Requires-Dist: ipywidgets
Provides-Extra: mesh
Requires-Dist: pygmsh; extra == "mesh"
Requires-Dist: meshio; extra == "mesh"
Requires-Dist: gmsh; extra == "mesh"
Requires-Dist: mshr; extra == "mesh"
Provides-Extra: gui
Requires-Dist: panel; extra == "gui"
Requires-Dist: param; extra == "gui"
Requires-Dist: bokeh; extra == "gui"
Requires-Dist: tornado; extra == "gui"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Simudo

*SIMUlation of Devices with Optics / SIMulateur Université D'Ottawa*

Simudo is a free open source Poisson/drift-diffusion steady state device model for semiconductor and intermediate band materials, including self-consistent optical absorption and generation.

A description of Simudo's physics and operation can be found in the following publication:

> E. C. Dumitrescu, M. M. Wilkins, and J. J. Krich, Journal of Computational Electronics (2020)
> https://doi.org/10.1007/s10825-019-01414-3

**[Setup instructions](https://static.ecd.space/x/simudo-doc/user/install.html)** to get Simudo up and running on your system.

**[Tutorial](https://static.ecd.space/x/simudo-doc/user/tutorial.html)** containing a small self-contained code example that you can run.

**[API documentation](https://static.ecd.space/x/simudo-doc/apidoc/simudo.html#organization)** to learn more about using Simudo.
