Power Grid Model

pgm_logo

power-grid-model is a Python library for steady-state distribution power system analysis. The core of the library is written in C++. Currently, it supports the following calculations:

  • Symmetric and asymmetric power flow calculation with Newton-Raphson method, iterative current method and linear method

  • Symmetric and asymmetric state estimation with iterative linear method

For various conversions to the power-grid-model, refer to the power-grid-model-io repository.

Install from PyPI

You can directly install the package from PyPI.

pip install power-grid-model

Build and install from Source

To install the library from source, refer to the Build Guide.

Contents

Detailed contents of the documentation are structured as follows.