unitcell


Nameunitcell JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryUtility package to work and operate on periodic lattices an crystal structures
upload_time2023-06-15 23:54:37
maintainer
docs_urlNone
authorAngel Yanguas-Gil
requires_python
license
keywords crystal structure unit cell periodic lattice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # unitcell

Utility package to work and operate on periodic lattices and crystal structures

## About

`unitcell` is a utility package to work and operate on periodic lattices and
crystal structures.
It was developed in 2008 by Angel Yanguas-Gil as a helper
tool, and it has been recently updated to work with Python 3.0
and higher.

`unitcell` it is not intended to be a full-fledged crystallographic
package. For instance, it does not support CIF files. Its main purpose is to 
generate and operate in arbitrary lattice, to carry out common tasks such as:

- Create periodic lattices and export them as XYZ files for visualization.
- Customize the visible points to visualize features such as steps or vacancies.
- Compute pair distribution functions for each site and extract
  neightbor lists.
- Compute crystallographic directions and crystal plane orientations.
- Generate graph structures for kinetic Monte Carlo simulations.

## Status

`unitcell` is still in development and in process of being updated after a few
years in a drawer.

`unitcell` is licensed through the BSD licence.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "unitcell",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "crystal structure,unit cell,periodic lattice",
    "author": "Angel Yanguas-Gil",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5c/74/dcd1be3dac61d4021472c45c417e5998e09d789f6f846231549516816120/unitcell-0.1.0.tar.gz",
    "platform": null,
    "description": "# unitcell\n\nUtility package to work and operate on periodic lattices and crystal structures\n\n## About\n\n`unitcell` is a utility package to work and operate on periodic lattices and\ncrystal structures.\nIt was developed in 2008 by Angel Yanguas-Gil as a helper\ntool, and it has been recently updated to work with Python 3.0\nand higher.\n\n`unitcell` it is not intended to be a full-fledged crystallographic\npackage. For instance, it does not support CIF files. Its main purpose is to \ngenerate and operate in arbitrary lattice, to carry out common tasks such as:\n\n- Create periodic lattices and export them as XYZ files for visualization.\n- Customize the visible points to visualize features such as steps or vacancies.\n- Compute pair distribution functions for each site and extract\n  neightbor lists.\n- Compute crystallographic directions and crystal plane orientations.\n- Generate graph structures for kinetic Monte Carlo simulations.\n\n## Status\n\n`unitcell` is still in development and in process of being updated after a few\nyears in a drawer.\n\n`unitcell` is licensed through the BSD licence.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Utility package to work and operate on periodic lattices an crystal structures",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/anglyan/unitcell.git"
    },
    "split_keywords": [
        "crystal structure",
        "unit cell",
        "periodic lattice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb0199df85805e929d9ae5c8f27bb353b3e155b78f798a25d9a6139c69e1166",
                "md5": "d2e4147ad4aedd2f9cce7594d4c339b1",
                "sha256": "b88ee820caadfe79a6196c4abe0f23e03996610b8adc25f499ebd3cb29a0b9a3"
            },
            "downloads": -1,
            "filename": "unitcell-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2e4147ad4aedd2f9cce7594d4c339b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10845,
            "upload_time": "2023-06-15T23:54:35",
            "upload_time_iso_8601": "2023-06-15T23:54:35.244689Z",
            "url": "https://files.pythonhosted.org/packages/5e/b0/199df85805e929d9ae5c8f27bb353b3e155b78f798a25d9a6139c69e1166/unitcell-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c74dcd1be3dac61d4021472c45c417e5998e09d789f6f846231549516816120",
                "md5": "0972aeb67ec6f4518d394c24bceeda47",
                "sha256": "1aa74f15ac031f6cf9db3f5cd7a684b38bf82ca34ece0ec81fb2b7660d982c68"
            },
            "downloads": -1,
            "filename": "unitcell-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0972aeb67ec6f4518d394c24bceeda47",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9918,
            "upload_time": "2023-06-15T23:54:37",
            "upload_time_iso_8601": "2023-06-15T23:54:37.087326Z",
            "url": "https://files.pythonhosted.org/packages/5c/74/dcd1be3dac61d4021472c45c417e5998e09d789f6f846231549516816120/unitcell-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 23:54:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anglyan",
    "github_project": "unitcell",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "unitcell"
}
        
Elapsed time: 0.07571s