Name | structure2symmetry JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A python package to extract symmetry information from structure files, including POSCAR, CIF, and other format supported by ase.io.read. |
upload_time | 2024-03-27 15:45:51 |
maintainer | None |
docs_url | None |
author | Shibu Meher |
requires_python | <4.0,>=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# structure2symmetry
This small python code uses Atomic Simulation Environment and spglib to determine the symmetry information from a structure file like POSCAR, CIF and many more supported by ase.io.read(refer to https://wiki.fysik.dtu.dk/ase/ase/io/io.html).
## Installation
Using `pip`, use the following command to install
`pip install structure2symmetry`
Using the source code
```
git clone https://github.com/Shibu778/structure2symmetry.git
cd structure2symmetry
pip install -e .
```
## Use
You can use following commandline interface to get symmetry information from a structure file.
```
struct2symm --filepath "./SiC.cif" --tolerance 1e-6 --angle_tolerance 0.01 --destination "./" --savefile "data.info"
```
Raw data
{
"_id": null,
"home_page": null,
"name": "structure2symmetry",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Shibu Meher",
"author_email": "shibumeher@iisc.ac.in",
"download_url": "https://files.pythonhosted.org/packages/4a/37/07e3ece11a7643a976aa0fb3097b36031f1fd81f179808b31b77e31b31cc/structure2symmetry-0.0.1.tar.gz",
"platform": null,
"description": "# structure2symmetry\n\nThis small python code uses Atomic Simulation Environment and spglib to determine the symmetry information from a structure file like POSCAR, CIF and many more supported by ase.io.read(refer to https://wiki.fysik.dtu.dk/ase/ase/io/io.html).\n\n## Installation\n\nUsing `pip`, use the following command to install\n\n`pip install structure2symmetry`\n\nUsing the source code\n\n```\ngit clone https://github.com/Shibu778/structure2symmetry.git\ncd structure2symmetry\npip install -e .\n```\n\n## Use\n\nYou can use following commandline interface to get symmetry information from a structure file.\n\n```\nstruct2symm --filepath \"./SiC.cif\" --tolerance 1e-6 --angle_tolerance 0.01 --destination \"./\" --savefile \"data.info\"\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python package to extract symmetry information from structure files, including POSCAR, CIF, and other format supported by ase.io.read.",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "39a40481cea272aa244bb569dae43507f8f62bbab3529cde4c903c4b257fc320",
"md5": "4689188b8327d33a9ef7a66b2c968cae",
"sha256": "23836af167dd42423347d21651c653dd045714a3a34682bc32b908ea4fc51ab3"
},
"downloads": -1,
"filename": "structure2symmetry-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4689188b8327d33a9ef7a66b2c968cae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 5071,
"upload_time": "2024-03-27T15:45:49",
"upload_time_iso_8601": "2024-03-27T15:45:49.614725Z",
"url": "https://files.pythonhosted.org/packages/39/a4/0481cea272aa244bb569dae43507f8f62bbab3529cde4c903c4b257fc320/structure2symmetry-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a3707e3ece11a7643a976aa0fb3097b36031f1fd81f179808b31b77e31b31cc",
"md5": "59e9f83ad662dca7eaecc8c6b6184e26",
"sha256": "0bfe9631de8d4a8bbe69f80dd465d0324271574281f92543d98338d507d21c8e"
},
"downloads": -1,
"filename": "structure2symmetry-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "59e9f83ad662dca7eaecc8c6b6184e26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 3846,
"upload_time": "2024-03-27T15:45:51",
"upload_time_iso_8601": "2024-03-27T15:45:51.045457Z",
"url": "https://files.pythonhosted.org/packages/4a/37/07e3ece11a7643a976aa0fb3097b36031f1fd81f179808b31b77e31b31cc/structure2symmetry-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-27 15:45:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "structure2symmetry"
}