Metadata-Version: 2.4
Name: mnpbem-demo-mnpbem
Version: 0.1.7
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:

`D = {(lambda_i, configuration_i) | i = 1, 2, ..., N}`

In equivalent Unicode notation:
`D = {(λ_i, configuration_i) | i = 1, 2, ..., N}`

## 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
