Name | load-atoms JSON |
Version |
0.3.9
JSON |
| download |
home_page | None |
Summary | Large Open Access Datasets for Atomistic Materials Science (LOAD-AtoMS) |
upload_time | 2024-12-13 14:43:23 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
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. |
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/c1/47/58550bb788850a5a9899a11e7c46e90f84815b782baa0fda254feaec1d77/load_atoms-0.3.9.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.3.9",
"project_urls": {
"Homepage": "https://github.com/jla-gardner/load-atoms"
},
"split_keywords": [
"chemistry",
" machine learning",
" datasets"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6917b7b888ec7f92971f028825e831732f8e5b6a415417dd2eaa9fa636ee20fe",
"md5": "078124e0af4f1f7b5928ecc1e44e623f",
"sha256": "477d1caafccf7b1b4e2559b14a519d2054a3b3ae28ba02158b64946982adb733"
},
"downloads": -1,
"filename": "load_atoms-0.3.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "078124e0af4f1f7b5928ecc1e44e623f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 242275,
"upload_time": "2024-12-13T14:43:20",
"upload_time_iso_8601": "2024-12-13T14:43:20.973033Z",
"url": "https://files.pythonhosted.org/packages/69/17/b7b888ec7f92971f028825e831732f8e5b6a415417dd2eaa9fa636ee20fe/load_atoms-0.3.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c14758550bb788850a5a9899a11e7c46e90f84815b782baa0fda254feaec1d77",
"md5": "24d33dd286ab6fbb4a9d4f3dc0e54341",
"sha256": "cd25124a77c6234285eecad7ee54c84499204b665eb7205812fc54fbd808daa6"
},
"downloads": -1,
"filename": "load_atoms-0.3.9.tar.gz",
"has_sig": false,
"md5_digest": "24d33dd286ab6fbb4a9d4f3dc0e54341",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 239129,
"upload_time": "2024-12-13T14:43:23",
"upload_time_iso_8601": "2024-12-13T14:43:23.515098Z",
"url": "https://files.pythonhosted.org/packages/c1/47/58550bb788850a5a9899a11e7c46e90f84815b782baa0fda254feaec1d77/load_atoms-0.3.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 14:43:23",
"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"
}