Metadata-Version: 2.4
Name: mnpbem-demo-mnpbem
Version: 0.1.10
Summary: Extended demonstration layer corresponding to the MATLAB Demo MNPBEM folder.
Author-email: GALIH RIDHO UTOMO <g4lihru@students.unnes.ac.id>
License-Expression: GPL-2.0-only
Project-URL: Homepage, https://pypi.org/project/mnpbem-demo-mnpbem/
Project-URL: Repository, https://github.com/galihru/mnpbem/tree/main/mnpbem-demo-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: numpy>=1.24

# mnpbem-demo-mnpbem

`mnpbem-demo-mnpbem` adds a thin orchestration layer for scripted demo pipelines.

## Scientific Context
The module acts as a deterministic controller for reproducible simulation sequences:

![Equation](https://latex.codecogs.com/svg.image?%5Cdpi%7B150%7D%20D%20%3D%20%5Cleft%5C%7B%28%5Clambda_i%2C%20%5Cmathrm%7Bconfiguration%7D_i%29%20%5Cmid%20i%20%3D%201%2C2%2C%5Cldots%2CN%5Cright%5C%7D)

## Implementation
- Demo pipeline summary: `src/mnpbem_demo_mnpbem/runner.py`

## Installation
```bash
pip install mnpbem-demo-mnpbem
```

## Example
Runnable example:
- `examples/basic_usage.py`

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

## Author
- GALIH RIDHO UTOMO
- g4lihru@students.unnes.ac.id
