w7x


Namew7x JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://gitlab.mpcdf.mpg.de/dboe/w7x
SummaryThe w7x package is a simulation framework that defines interfaces for simulation codes with interchangeable backends, computation pipelines in a directed acyclic graph that communicate via a central state.
upload_time2023-07-23 04:22:11
maintainer
docs_urlNone
authorDaniel Böckenhoff
requires_python>=3.8,<4.0
licenseMIT
keywords wendelstein 7-x simulation state field line tracer vmec extender numerical modeling distributed computing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            library documentation
=====================

..
    [shields-start]

.. pypi
.. image:: https://img.shields.io/pypi/v/w7x.svg
    :target: https://pypi.python.org/pypi/w7x

.. ci
.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/badges/master/pipeline.svg
    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/pipelines/latest

.. latest release
.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/badges/release.svg
    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/releases

.. coverage
.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/badges/master/coverage.svg
    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/commits/master

.. docs
.. image:: https://img.shields.io/website-up-down-green-red/https/dboe.pages.mpcdf.de/w7x.svg?label=docs
    :target: https://dboe.pages.mpcdf.de/w7x

.. pre-commit
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

..
    [shields-end]

Overview
--------

..
    [overview-start]

The `w7x` package is a **simulation framework** that defines **interfaces for simulation codes** with interchangeable **backends**, **computation pipelines** in a directed acyclic **graph**.
It provides access to simulation codes that **does not require the user to be a domain expert** of the specific codes and **will take care** about particularities (like binary installation, sanity checks, output files/format, passing on the output to follow-on codes etc).

The package is named after the Wendelstein 7-X stellarator, but it is **generic** enough to be used for any **magnetic confinement fusion** device.

..
    [overview-end]

Licensed under the ``MIT License``

Resources
~~~~~~~~~

..
    [resources-start]

* Source code: https://gitlab.mpcdf.mpg.de/dboe/w7x
* Examples: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/tree/master/examples
* Documentation: https://dboe.pages.mpcdf.de/w7x
* Pypi: https://pypi.python.org/pypi/w7x

..
    [resources-end]

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.mpcdf.mpg.de/dboe/w7x",
    "name": "w7x",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "Wendelstein 7-X,simulation,state,field line tracer,vmec,extender,numerical modeling,distributed computing",
    "author": "Daniel B\u00f6ckenhoff",
    "author_email": "dboe@ipp.mpg.de",
    "download_url": "",
    "platform": null,
    "description": "library documentation\n=====================\n\n..\n    [shields-start]\n\n.. pypi\n.. image:: https://img.shields.io/pypi/v/w7x.svg\n    :target: https://pypi.python.org/pypi/w7x\n\n.. ci\n.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/badges/master/pipeline.svg\n    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/pipelines/latest\n\n.. latest release\n.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/badges/release.svg\n    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/releases\n\n.. coverage\n.. image:: https://gitlab.mpcdf.mpg.de/dboe/w7x/badges/master/coverage.svg\n    :target: https://gitlab.mpcdf.mpg.de/dboe/w7x/commits/master\n\n.. docs\n.. image:: https://img.shields.io/website-up-down-green-red/https/dboe.pages.mpcdf.de/w7x.svg?label=docs\n    :target: https://dboe.pages.mpcdf.de/w7x\n\n.. pre-commit\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n\n..\n    [shields-end]\n\nOverview\n--------\n\n..\n    [overview-start]\n\nThe `w7x` package is a **simulation framework** that defines **interfaces for simulation codes** with interchangeable **backends**, **computation pipelines** in a directed acyclic **graph**.\nIt provides access to simulation codes that **does not require the user to be a domain expert** of the specific codes and **will take care** about particularities (like binary installation, sanity checks, output files/format, passing on the output to follow-on codes etc).\n\nThe package is named after the Wendelstein 7-X stellarator, but it is **generic** enough to be used for any **magnetic confinement fusion** device.\n\n..\n    [overview-end]\n\nLicensed under the ``MIT License``\n\nResources\n~~~~~~~~~\n\n..\n    [resources-start]\n\n* Source code: https://gitlab.mpcdf.mpg.de/dboe/w7x\n* Examples: https://gitlab.mpcdf.mpg.de/dboe/w7x/-/tree/master/examples\n* Documentation: https://dboe.pages.mpcdf.de/w7x\n* Pypi: https://pypi.python.org/pypi/w7x\n\n..\n    [resources-end]\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The w7x package is a simulation framework that defines interfaces for simulation codes with interchangeable backends, computation pipelines in a directed acyclic graph that communicate via a central state.",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://dboe.pages.mpcdf.de/w7x",
        "Homepage": "https://gitlab.mpcdf.mpg.de/dboe/w7x",
        "Repository": "https://gitlab.mpcdf.mpg.de/dboe/w7x"
    },
    "split_keywords": [
        "wendelstein 7-x",
        "simulation",
        "state",
        "field line tracer",
        "vmec",
        "extender",
        "numerical modeling",
        "distributed computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01b3ea0122289ccd0df81815a924e7327787dfda53d1495f1f486a8e1200d56e",
                "md5": "2001f9aaae184ea12dbb35aa95069690",
                "sha256": "889b4239a4ad86b70e06aeb95fb584a87262dc863f150938c278aa9dedd612cf"
            },
            "downloads": -1,
            "filename": "w7x-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2001f9aaae184ea12dbb35aa95069690",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 126586,
            "upload_time": "2023-07-23T04:22:11",
            "upload_time_iso_8601": "2023-07-23T04:22:11.126709Z",
            "url": "https://files.pythonhosted.org/packages/01/b3/ea0122289ccd0df81815a924e7327787dfda53d1495f1f486a8e1200d56e/w7x-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-23 04:22:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "w7x"
}
        
Elapsed time: 0.34728s