Metadata-Version: 2.4
Name: mnpbem
Version: 0.1.5
Summary: Meta-package that installs all MNPBEM Python submodules.
Author-email: GALIH RIDHO UTOMO <g4lihru@students.unnes.ac.id>
License-Expression: GPL-2.0-only
Project-URL: Homepage, https://pypi.org/project/mnpbem/
Project-URL: Repository, https://github.com/galihru/mnpbem/tree/main/mnpbem
Project-URL: Source, https://github.com/galihru/mnpbem
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mnpbem-base>=0.1.7
Requires-Dist: mnpbem-bem>=0.1.6
Requires-Dist: mnpbem-demo>=0.1.6
Requires-Dist: mnpbem-demo-mnpbem>=0.1.7
Requires-Dist: mnpbem-greenfun>=0.1.6
Requires-Dist: mnpbem-help>=0.1.6
Requires-Dist: mnpbem-material>=0.1.10
Requires-Dist: mnpbem-mesh2d>=0.1.7
Requires-Dist: mnpbem-mex>=0.1.6
Requires-Dist: mnpbem-mie>=0.1.6
Requires-Dist: mnpbem-misc>=0.1.7
Requires-Dist: mnpbem-particles>=0.1.6
Requires-Dist: mnpbem-simulation>=0.1.7

﻿# mnpbem

`mnpbem` is the umbrella meta-package for the modular Python implementation of MNPBEM-inspired workflows.
Installing this package pulls the complete set of scientific submodules required for boundary-element plasmonic simulations.

## Scientific Context

The full pipeline is organized around coupled operators in the frequency domain:

```text
A(lambda) x(lambda) = b(lambda)
```

where `A` combines geometric operators, Green-function kernels, and material-dispersion operators defined by the submodule ecosystem.

## Installation

```bash
pip install mnpbem
```

## Submodule Topology

| Submodule | Scientific Role | PyPI |
| --- | --- | --- |
| `mnpbem-base` | Registry and factory primitives for modular solver composition | https://pypi.org/project/mnpbem-base/ |
| `mnpbem-bem` | Core linear-response solver kernels | https://pypi.org/project/mnpbem-bem/ |
| `mnpbem-greenfun` | Green-function kernel implementations | https://pypi.org/project/mnpbem-greenfun/ |
| `mnpbem-material` | Dispersive dielectric models and optical tables | https://pypi.org/project/mnpbem-material/ |
| `mnpbem-mesh2d` | 2D triangular mesh geometry operators | https://pypi.org/project/mnpbem-mesh2d/ |
| `mnpbem-mie` | Small-particle Mie/Rayleigh approximations | https://pypi.org/project/mnpbem-mie/ |
| `mnpbem-misc` | Shared linear algebra and unit conversion utilities | https://pypi.org/project/mnpbem-misc/ |
| `mnpbem-particles` | Particle geometry representations | https://pypi.org/project/mnpbem-particles/ |
| `mnpbem-simulation` | Spectral simulation orchestration | https://pypi.org/project/mnpbem-simulation/ |
| `mnpbem-demo` | Deterministic demo and benchmark cases | https://pypi.org/project/mnpbem-demo/ |
| `mnpbem-demo-mnpbem` | Extended demo orchestration layer | https://pypi.org/project/mnpbem-demo-mnpbem/ |
| `mnpbem-help` | Documentation-facing helper interfaces | https://pypi.org/project/mnpbem-help/ |
| `mnpbem-mex` | Optional acceleration backend probing interface | https://pypi.org/project/mnpbem-mex/ |

## Example

Runnable example:

- `examples/basic_usage.py`

Run:

```bash
python examples/basic_usage.py
```

## Author

GALIH RIDHO UTOMO  
g4lihru@students.unnes.ac.id
