electricalsim-opf-quadratic


Nameelectricalsim-opf-quadratic JSON
Version 1.3 PyPI version JSON
download
home_page
SummaryOptimal Power Flow calculation with quadratic costs for the Electrical Grid Simulator (EGS)
upload_time2024-01-18 00:12:03
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords electrical grid simulator electrical networks energy optimal power flow pandapower power systems simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # electricalsim-opf-quadratic

Extension for solving the Optimal Power Flow calculation (OPF) with quadratic costs for the [Electrical Grid Simulator (EGS)](https://github.com/aloytag/electrical-grid-simulator).

This extension uses the `pandapower` capabilities for OPF through the `PYPOWER` solver, according to the `runopp()` and `rundcopp()` functions (AC OPF and DC OPF). For more details, see the `pandapower` documentation [here](https://pandapower.readthedocs.io/en/latest/opf.html).

## Intallation & updates

Using `pip`:

```bash
pip install electricalsim-opf-quadratic -U
```

On MS Windows you may prefer:
```bash
python -m pip install electricalsim-opf-quadratic -U
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "electricalsim-opf-quadratic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Electrical Grid Simulator,electrical networks,energy,optimal power flow,pandapower,power systems,simulation",
    "author": "",
    "author_email": "\"Dr. Ing. Ariel S. Loyarte\" <aloyarte@frsf.utn.edu.ar>",
    "download_url": "https://files.pythonhosted.org/packages/e3/fd/e3ed2976a270846203c0b43062b2b849ccd5fbc936feabfa83270217916d/electricalsim_opf_quadratic-1.3.tar.gz",
    "platform": null,
    "description": "# electricalsim-opf-quadratic\n\nExtension for solving the Optimal Power Flow calculation (OPF) with quadratic costs for the [Electrical Grid Simulator (EGS)](https://github.com/aloytag/electrical-grid-simulator).\n\nThis extension uses the `pandapower` capabilities for OPF through the `PYPOWER` solver, according to the `runopp()` and `rundcopp()` functions (AC OPF and DC OPF). For more details, see the `pandapower` documentation [here](https://pandapower.readthedocs.io/en/latest/opf.html).\n\n## Intallation & updates\n\nUsing `pip`:\n\n```bash\npip install electricalsim-opf-quadratic -U\n```\n\nOn MS Windows you may prefer:\n```bash\npython -m pip install electricalsim-opf-quadratic -U\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Optimal Power Flow calculation with quadratic costs for the Electrical Grid Simulator (EGS)",
    "version": "1.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/aloytag/electricalsim-opf-quadratic/issues",
        "Homepage": "https://github.com/aloytag/electricalsim-opf-quadratic",
        "Repository": "https://github.com/aloytag/electricalsim-opf-quadratic"
    },
    "split_keywords": [
        "electrical grid simulator",
        "electrical networks",
        "energy",
        "optimal power flow",
        "pandapower",
        "power systems",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "830ba5e7e2056d67640a55a827bd08ae36df1aa1cc862787bff13d887a859c91",
                "md5": "9b7df0f9b60e22eee7baa25dd72b6b08",
                "sha256": "7263b874420b5881d69bbb6f37e736c75ca0ac383e6d7afa16556201f80d4fa6"
            },
            "downloads": -1,
            "filename": "electricalsim_opf_quadratic-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b7df0f9b60e22eee7baa25dd72b6b08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9643,
            "upload_time": "2024-01-18T00:11:56",
            "upload_time_iso_8601": "2024-01-18T00:11:56.054439Z",
            "url": "https://files.pythonhosted.org/packages/83/0b/a5e7e2056d67640a55a827bd08ae36df1aa1cc862787bff13d887a859c91/electricalsim_opf_quadratic-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3fde3ed2976a270846203c0b43062b2b849ccd5fbc936feabfa83270217916d",
                "md5": "1435158ea6b2781244a73c2dc0731953",
                "sha256": "d40b33e36bd2d7e2a341106abae6b514a86d9e756aaa40115519b778a90640b2"
            },
            "downloads": -1,
            "filename": "electricalsim_opf_quadratic-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1435158ea6b2781244a73c2dc0731953",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 511271,
            "upload_time": "2024-01-18T00:12:03",
            "upload_time_iso_8601": "2024-01-18T00:12:03.292179Z",
            "url": "https://files.pythonhosted.org/packages/e3/fd/e3ed2976a270846203c0b43062b2b849ccd5fbc936feabfa83270217916d/electricalsim_opf_quadratic-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 00:12:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aloytag",
    "github_project": "electricalsim-opf-quadratic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "electricalsim-opf-quadratic"
}
        
Elapsed time: 1.29877s