elastic


Nameelastic JSON
Version 5.2.3.3 PyPI version JSON
download
home_pageNone
SummaryExtension for ASE to calculate elastic constants
upload_time2024-04-17 17:30:52
maintainerNone
docs_urlhttps://pythonhosted.org/elastic/
authorNone
requires_pythonNone
licenseGPLv3
keywords science physics ase elastic constants crystals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Elastic
=======

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jochym/Elastic/pypi.yml)
![PyPI - Version](https://img.shields.io/pypi/v/elastic)
![PyPI - Downloads](https://img.shields.io/pypi/dm/elastic?label=PyPi)
![Conda Version](https://img.shields.io/conda/vn/conda-forge/elastic)
![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/elastic?label=forge)
![GitHub License](https://img.shields.io/github/license/jochym/Elastic)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.593721.svg)](https://doi.org/10.5281/zenodo.593721)
[![Documentation Status](https://readthedocs.org/projects/elastic/badge/?version=latest)](https://elastic.readthedocs.io/latest)

Elastic is a set of python routines for calculation of elastic
properties of crystals (elastic constants, equation of state, sound
velocities, etc.). It is a third version of the in-house code I have
written over few years and is implemented as a extension to the
[ASE](https://wiki.fysik.dtu.dk/ase/) system. The code was a basis for
some of my publications and was described briefly in these papers. The
code was available to anyone, presented at the [Workshop on ab initio
Calculations in Geosciences](http://wolf.ifj.edu.pl/workshop/work2008/)
and used by some of my co-workers. This code is a re-implementation of
elastic as a module for the ASE.

The on-line documentation is placed on
[ReadTheDocs](http://elastic.rtfd.org/) or [Elastic
website](http://wolf.ifj.edu.pl/elastic/). You can obtain the
[documentation as a PDF
file](https://media.readthedocs.org/pdf/elastic/stable/elastic.pdf) as
well.


Installation
------------

The installation is simple if you are using conda package menager:

    conda install -c conda-forge elastic

If you need a more elaborate [installation
instruction](http://nbviewer.ipython.org/github/jochym/qe-doc/blob/master/Installation.ipynb)
for computing environment to work with ASE - I have written just such a
document. It is a first in the series of tutorials of this subject and
you can find it under nbviewer link above.

The project is open and I welcome patches, ideas and other feedback.

Acknowledgments
---------------

In the past the project was partially supported by:

-   Department of Computational Material Science, Institute of Nuclear
    Physics, PAN, Poland
-   Department of Engineering, University of Saskatchewan, Canada

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "elastic",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/elastic/",
    "requires_python": null,
    "maintainer_email": "\"Pawe\u0142 T. Jochym\" <Pawel.Jochym@ifj.edu.pl>",
    "keywords": "science, physics, ase, elastic constants, crystals",
    "author": null,
    "author_email": "\"Pawe\u0142 T. Jochym\" <Pawel.Jochym@ifj.edu.pl>, Georgios Tritsaris <gtritsaris@seas.harvard.edu>",
    "download_url": "https://files.pythonhosted.org/packages/ea/b7/7b36ceb47708a46fb15c78c4353f45793b2a7e5cfa1c7723db1380eefb99/elastic-5.2.3.3.tar.gz",
    "platform": null,
    "description": "Elastic\n=======\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jochym/Elastic/pypi.yml)\n![PyPI - Version](https://img.shields.io/pypi/v/elastic)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/elastic?label=PyPi)\n![Conda Version](https://img.shields.io/conda/vn/conda-forge/elastic)\n![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/elastic?label=forge)\n![GitHub License](https://img.shields.io/github/license/jochym/Elastic)\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.593721.svg)](https://doi.org/10.5281/zenodo.593721)\n[![Documentation Status](https://readthedocs.org/projects/elastic/badge/?version=latest)](https://elastic.readthedocs.io/latest)\n\nElastic is a set of python routines for calculation of elastic\nproperties of crystals (elastic constants, equation of state, sound\nvelocities, etc.). It is a third version of the in-house code I have\nwritten over few years and is implemented as a extension to the\n[ASE](https://wiki.fysik.dtu.dk/ase/) system. The code was a basis for\nsome of my publications and was described briefly in these papers. The\ncode was available to anyone, presented at the [Workshop on ab initio\nCalculations in Geosciences](http://wolf.ifj.edu.pl/workshop/work2008/)\nand used by some of my co-workers. This code is a re-implementation of\nelastic as a module for the ASE.\n\nThe on-line documentation is placed on\n[ReadTheDocs](http://elastic.rtfd.org/) or [Elastic\nwebsite](http://wolf.ifj.edu.pl/elastic/). You can obtain the\n[documentation as a PDF\nfile](https://media.readthedocs.org/pdf/elastic/stable/elastic.pdf) as\nwell.\n\n\nInstallation\n------------\n\nThe installation is simple if you are using conda package menager:\n\n    conda install -c conda-forge elastic\n\nIf you need a more elaborate [installation\ninstruction](http://nbviewer.ipython.org/github/jochym/qe-doc/blob/master/Installation.ipynb)\nfor computing environment to work with ASE - I have written just such a\ndocument. It is a first in the series of tutorials of this subject and\nyou can find it under nbviewer link above.\n\nThe project is open and I welcome patches, ideas and other feedback.\n\nAcknowledgments\n---------------\n\nIn the past the project was partially supported by:\n\n-   Department of Computational Material Science, Institute of Nuclear\n    Physics, PAN, Poland\n-   Department of Engineering, University of Saskatchewan, Canada\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Extension for ASE to calculate elastic constants",
    "version": "5.2.3.3",
    "project_urls": {
        "Changelog": "https://github.com/jochym/Elastic/blob/master/CHANGELOG.md",
        "Documentation": "http://elastic.rtfd.org/",
        "Homepage": "https://wolf.ifj.edu.pl/elastic",
        "Issues": "https://github.com/jochym/Elastic/issues",
        "Repository": "https://github.com/jochym/Elastic"
    },
    "split_keywords": [
        "science",
        " physics",
        " ase",
        " elastic constants",
        " crystals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f47bd1e9e6dce1127b52329f701ab14b53cead714af94f132aa1791aca343fc",
                "md5": "6dca6dde7e116c337c35dd4e16d74555",
                "sha256": "0b43a709a5f165277ff54075cd8f089459f97a438412f0bb3c2b6b3b82d2ad9e"
            },
            "downloads": -1,
            "filename": "elastic-5.2.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6dca6dde7e116c337c35dd4e16d74555",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 627004,
            "upload_time": "2024-04-17T17:30:50",
            "upload_time_iso_8601": "2024-04-17T17:30:50.168856Z",
            "url": "https://files.pythonhosted.org/packages/3f/47/bd1e9e6dce1127b52329f701ab14b53cead714af94f132aa1791aca343fc/elastic-5.2.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab77b36ceb47708a46fb15c78c4353f45793b2a7e5cfa1c7723db1380eefb99",
                "md5": "7088d2db92191a22aaec0552e7fa3e79",
                "sha256": "684b4ed2774ab5f59fd9ff674838071cbeb0bf1c95a6f0c31e7e320050c12c7d"
            },
            "downloads": -1,
            "filename": "elastic-5.2.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7088d2db92191a22aaec0552e7fa3e79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 608149,
            "upload_time": "2024-04-17T17:30:52",
            "upload_time_iso_8601": "2024-04-17T17:30:52.533622Z",
            "url": "https://files.pythonhosted.org/packages/ea/b7/7b36ceb47708a46fb15c78c4353f45793b2a7e5cfa1c7723db1380eefb99/elastic-5.2.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 17:30:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jochym",
    "github_project": "Elastic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "elastic"
}
        
Elapsed time: 0.25501s