magentropy


Namemagentropy JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryPerform magnetoentropic mapping of magnetic materials based on DC magnetization data.
upload_time2023-11-15 09:51:15
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2022-2023 Soren Bear Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords magentropy magnetoentropy magnetoentropic magnetocaloric magnetization materials
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MagentroPy

## References

Please cite the following in any published work that makes use of this package:

> [1] J. D. Bocarsly et al.,
> [Phys. Rev. B 97, 100404(R) (2018)](https://doi.org/10.1103/PhysRevB.97.100404)
>
> [2] J. J. Stickel,
> [Comput. Chem. Eng. 34, 467 (2010)](https://dx.doi.org/10.1016/j.compchemeng.2009.10.007)

The first version of the `magentropy` code was included as supplementary
material in [1]. The Tikhonov regularization procedure was described
in [2] and was originally implemented by Stickel in the package
[scikit.datasmooth](https://github.com/jjstickel/scikit-datasmooth).

## Overview

MagentroPy provides a class, `MagentroData`,
that can be used to calculate magnetocaloric quantities from DC magnetization
data supplied as magnetic moment vs. temperature sweeps (monotonic) taken under
several different magnetic fields. The class is set up to work out-of-the-box
with `.dat` data files produced by a Quantum Design Vibrating Sample
Magnetometer or a
[Quantum Design MPMS3 SQUID Magnetometer](https://www.qdusa.com/products/mpms3.html).
However, `pandas.DataFrame`s or delimited files such as `.csv`
are also acceptable inputs.

View the documentation [here](https://magentropy.readthedocs.io/en/stable/).

## Installation

Install MagentroPy with ``pip``:

```{code-block} console
pip install magentropy
```

Or, with ``conda``:

```{code-block} console
conda install -c conda-forge magentropy
```

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "magentropy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "magentropy,magnetoentropy,magnetoentropic,magnetocaloric,magnetization,materials",
    "author": "",
    "author_email": "Soren Bear <sorenbear@berkeley.edu>",
    "download_url": "https://files.pythonhosted.org/packages/89/88/9f8f5af962b53f42917fcb3e8193bfc3842309602dd5557ba3c4f54a94d4/magentropy-0.1.6.tar.gz",
    "platform": null,
    "description": "# MagentroPy\n\n## References\n\nPlease cite the following in any published work that makes use of this package:\n\n> [1] J. D. Bocarsly et al.,\n> [Phys. Rev. B 97, 100404(R) (2018)](https://doi.org/10.1103/PhysRevB.97.100404)\n>\n> [2] J. J. Stickel,\n> [Comput. Chem. Eng. 34, 467 (2010)](https://dx.doi.org/10.1016/j.compchemeng.2009.10.007)\n\nThe first version of the `magentropy` code was included as supplementary\nmaterial in [1]. The Tikhonov regularization procedure was described\nin [2] and was originally implemented by Stickel in the package\n[scikit.datasmooth](https://github.com/jjstickel/scikit-datasmooth).\n\n## Overview\n\nMagentroPy provides a class, `MagentroData`,\nthat can be used to calculate magnetocaloric quantities from DC magnetization\ndata supplied as magnetic moment vs. temperature sweeps (monotonic) taken under\nseveral different magnetic fields. The class is set up to work out-of-the-box\nwith `.dat` data files produced by a Quantum Design Vibrating Sample\nMagnetometer or a\n[Quantum Design MPMS3 SQUID Magnetometer](https://www.qdusa.com/products/mpms3.html).\nHowever, `pandas.DataFrame`s or delimited files such as `.csv`\nare also acceptable inputs.\n\nView the documentation [here](https://magentropy.readthedocs.io/en/stable/).\n\n## Installation\n\nInstall MagentroPy with ``pip``:\n\n```{code-block} console\npip install magentropy\n```\n\nOr, with ``conda``:\n\n```{code-block} console\nconda install -c conda-forge magentropy\n```\n\n## License\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022-2023 Soren Bear  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Perform magnetoentropic mapping of magnetic materials based on DC magnetization data.",
    "version": "0.1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/sorenbear/magentropy/issues",
        "Documentation": "https://magentropy.readthedocs.io/en/stable/",
        "Download": "https://pypi.org/project/magentropy/",
        "Source Code": "https://github.com/sorenbear/magentropy"
    },
    "split_keywords": [
        "magentropy",
        "magnetoentropy",
        "magnetoentropic",
        "magnetocaloric",
        "magnetization",
        "materials"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bca6b3f6f55efc3c6ba5c20fb34927d4b3183b3ec8411462168875374d0c2dc3",
                "md5": "15f2690931944630788752763e919b1a",
                "sha256": "1b843b6345ccfb4ad46bd48df0ed90b93d469f288820d14cb5bd47a73c680c10"
            },
            "downloads": -1,
            "filename": "magentropy-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15f2690931944630788752763e919b1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 47811,
            "upload_time": "2023-11-15T09:51:14",
            "upload_time_iso_8601": "2023-11-15T09:51:14.323159Z",
            "url": "https://files.pythonhosted.org/packages/bc/a6/b3f6f55efc3c6ba5c20fb34927d4b3183b3ec8411462168875374d0c2dc3/magentropy-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89889f8f5af962b53f42917fcb3e8193bfc3842309602dd5557ba3c4f54a94d4",
                "md5": "99505df47b84f737217d8f6843f9e527",
                "sha256": "f42ba1dcda99f9ee833461f5d4cf70274ee524b1dde7ba3a548131dca1b3c1cc"
            },
            "downloads": -1,
            "filename": "magentropy-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "99505df47b84f737217d8f6843f9e527",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 43175,
            "upload_time": "2023-11-15T09:51:15",
            "upload_time_iso_8601": "2023-11-15T09:51:15.864324Z",
            "url": "https://files.pythonhosted.org/packages/89/88/9f8f5af962b53f42917fcb3e8193bfc3842309602dd5557ba3c4f54a94d4/magentropy-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 09:51:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sorenbear",
    "github_project": "magentropy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "magentropy"
}
        
Elapsed time: 0.13660s