load-atoms


Nameload-atoms JSON
Version 0.2.14 PyPI version JSON
download
home_pageNone
SummaryLarge Open Access Datasets for Atomistic Materials Science (LOAD-AtoMS)
upload_time2024-04-06 05:04:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2023 John Gardner 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 chemistry machine learning datasets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > [!WARNING]
> This project is under active development. Until version 1.0.0 is released, breaking changes to the API may occur with no notice.
> 
<div align="center">
    <a href="https://jla-gardner.github.io/load-atoms/">
        <img src="https://raw.githubusercontent.com/jla-gardner/load-atoms/main/docs/source/logo.svg" width="50%"/>
    </a>
</div>
    
</br>

<div align="center">
    
[![PyPI](https://img.shields.io/pypi/v/load-atoms)](https://pypi.org/project/load-atoms/)
[![GitHub](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![](https://github.com/jla-gardner/load-atoms/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/jla-gardner/load-atoms/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jla-gardner/load-atoms/branch/main/graph/badge.svg)](https://codecov.io/gh/jla-gardner/load-atoms)
[![Documentation Status](https://img.shields.io/badge/documentation-live-green.svg)](https://jla-gardner.github.io/load-atoms/)
[![GitHub last commit](https://img.shields.io/github/last-commit/jla-gardner/load-atoms)]()

</div>

</br>

**`load-atoms`** is a Python package for **L**oading **O**pen **A**ccess **D**atasets for **Ato**mistic **M**aterials **S**cience (LOAD-AtoMS). 
See the [documentation](https://jla-gardner.github.io/load-atoms/) for more information.

**`load-atoms`** is maintained by me, John Gardner ([GitHub](https://github.com/jla-gardner) - [website](https://jla-gardner.github.io)), as part of my PhD research activities within the [Deringer Group](https://www.chem.ox.ac.uk/people/volker-deringer/).

## Installation

`pip install load-atoms`

## Usage


```pycon
>>> from load_atoms import load_dataset
>>> dataset = load_dataset("C-GAP-17")

╭─────────────────────────── C-GAP-17 ────────────────────────────╮
│                                                                 │
│  ✓  Downloading C-GAP-17.extxyz ━━━━━━━━━━━━━━━━━━━━ 100% 00:00 │
│  ✓  Reading C-GAP-17.extxyz     ━━━━━━━━━━━━━━━━━━━━ 100% 00:01 │
│  ✓  Caching to disk             ━━━━━━━━━━━━━━━━━━━━ 100% 00:00 │
│                                                                 │
│ The C-GAP-17 dataset is covered by the CC BY-NC-SA 4.0 license. │
│  Please cite the C-GAP-17 dataset if you use it in your work.   │
│     For more information about the C-GAP-17 dataset, visit      │
│                       load-atoms/C-GAP-17                       │
╰─────────────────────────────────────────────────────────────────╯
```

```
>>> print(dataset)

C-GAP-17:
    structures: 4,530
    atoms: 284,965
    species:
        C: 100.00%
    properties:
        per atom: (force)
        per structure: (config_type, detailed_ct, energy, split)
```


## Development

Please see the [contributing guidelines](https://jla-gardner.github.io/load-atoms/dev/developer-guide.html) for information on how to contribute to the project.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "load-atoms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "chemistry, machine learning, datasets",
    "author": null,
    "author_email": "John Gardner <gardner.john97@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/dd/48d700cfd92007da4a58fe18fae684016b2ae4b7f4801c1ff50957cf1d32/load-atoms-0.2.14.tar.gz",
    "platform": null,
    "description": "> [!WARNING]\n> This project is under active development. Until version 1.0.0 is released, breaking changes to the API may occur with no notice.\n> \n<div align=\"center\">\n    <a href=\"https://jla-gardner.github.io/load-atoms/\">\n        <img src=\"https://raw.githubusercontent.com/jla-gardner/load-atoms/main/docs/source/logo.svg\" width=\"50%\"/>\n    </a>\n</div>\n    \n</br>\n\n<div align=\"center\">\n    \n[![PyPI](https://img.shields.io/pypi/v/load-atoms)](https://pypi.org/project/load-atoms/)\n[![GitHub](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n[![](https://github.com/jla-gardner/load-atoms/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/jla-gardner/load-atoms/actions/workflows/tests.yaml)\n[![codecov](https://codecov.io/gh/jla-gardner/load-atoms/branch/main/graph/badge.svg)](https://codecov.io/gh/jla-gardner/load-atoms)\n[![Documentation Status](https://img.shields.io/badge/documentation-live-green.svg)](https://jla-gardner.github.io/load-atoms/)\n[![GitHub last commit](https://img.shields.io/github/last-commit/jla-gardner/load-atoms)]()\n\n</div>\n\n</br>\n\n**`load-atoms`** is a Python package for **L**oading **O**pen **A**ccess **D**atasets for **Ato**mistic **M**aterials **S**cience (LOAD-AtoMS). \nSee the [documentation](https://jla-gardner.github.io/load-atoms/) for more information.\n\n**`load-atoms`** is maintained by me, John Gardner ([GitHub](https://github.com/jla-gardner) - [website](https://jla-gardner.github.io)), as part of my PhD research activities within the [Deringer Group](https://www.chem.ox.ac.uk/people/volker-deringer/).\n\n## Installation\n\n`pip install load-atoms`\n\n## Usage\n\n\n```pycon\n>>> from load_atoms import load_dataset\n>>> dataset = load_dataset(\"C-GAP-17\")\n\n\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 C-GAP-17 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e\n\u2502                                                                 \u2502\n\u2502  \u2713  Downloading C-GAP-17.extxyz \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 100% 00:00 \u2502\n\u2502  \u2713  Reading C-GAP-17.extxyz     \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 100% 00:01 \u2502\n\u2502  \u2713  Caching to disk             \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 100% 00:00 \u2502\n\u2502                                                                 \u2502\n\u2502 The C-GAP-17 dataset is covered by the CC BY-NC-SA 4.0 license. \u2502\n\u2502  Please cite the C-GAP-17 dataset if you use it in your work.   \u2502\n\u2502     For more information about the C-GAP-17 dataset, visit      \u2502\n\u2502                       load-atoms/C-GAP-17                       \u2502\n\u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n```\n\n```\n>>> print(dataset)\n\nC-GAP-17:\n    structures: 4,530\n    atoms: 284,965\n    species:\n        C: 100.00%\n    properties:\n        per atom: (force)\n        per structure: (config_type, detailed_ct, energy, split)\n```\n\n\n## Development\n\nPlease see the [contributing guidelines](https://jla-gardner.github.io/load-atoms/dev/developer-guide.html) for information on how to contribute to the project.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 John Gardner  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": "Large Open Access Datasets for Atomistic Materials Science (LOAD-AtoMS)",
    "version": "0.2.14",
    "project_urls": {
        "Homepage": "https://github.com/jla-gardner/load-atoms"
    },
    "split_keywords": [
        "chemistry",
        " machine learning",
        " datasets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a234fc03e800f0d7d2649c2f11964c45fe60cc0135172f8872a66fc8787c624",
                "md5": "4ffda300633ba8b95a81a45c7fe95830",
                "sha256": "4b17c45d668526209655d0736ea11f43ae118915cf5eaffdb371bc9ecbe4c79a"
            },
            "downloads": -1,
            "filename": "load_atoms-0.2.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ffda300633ba8b95a81a45c7fe95830",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 228694,
            "upload_time": "2024-04-06T05:04:52",
            "upload_time_iso_8601": "2024-04-06T05:04:52.320294Z",
            "url": "https://files.pythonhosted.org/packages/9a/23/4fc03e800f0d7d2649c2f11964c45fe60cc0135172f8872a66fc8787c624/load_atoms-0.2.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9dd48d700cfd92007da4a58fe18fae684016b2ae4b7f4801c1ff50957cf1d32",
                "md5": "0acd1bef038d384f557058ecf756a549",
                "sha256": "9f1bdebce36cdaea183261964b8ab1d1f65e83bd89faef607cd7b104f60983f6"
            },
            "downloads": -1,
            "filename": "load-atoms-0.2.14.tar.gz",
            "has_sig": false,
            "md5_digest": "0acd1bef038d384f557058ecf756a549",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 230654,
            "upload_time": "2024-04-06T05:04:55",
            "upload_time_iso_8601": "2024-04-06T05:04:55.130901Z",
            "url": "https://files.pythonhosted.org/packages/f9/dd/48d700cfd92007da4a58fe18fae684016b2ae4b7f4801c1ff50957cf1d32/load-atoms-0.2.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 05:04:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jla-gardner",
    "github_project": "load-atoms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "load-atoms"
}
        
Elapsed time: 0.23998s