solid-dmft


Namesolid-dmft JSON
Version 3.2.3 PyPI version JSON
download
home_pageNone
Summarysolid_dmft: a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library
upload_time2024-05-15 17:32:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords dmft dft triqs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo_soliDMFT](https://raw.githubusercontent.com/triqs/solid_dmft/unstable/doc/logos/logo_solid_dmft.png)

![CI](https://github.com/triqs/solid_dmft/actions/workflows/build.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/solid_dmft.svg)](https://badge.fury.io/py/solid_dmft)
[![status](https://joss.theoj.org/papers/48eb529b08c6bb464b235ba919d78922/status.svg)](https://joss.theoj.org/papers/48eb529b08c6bb464b235ba919d78922)


---

This program allows to perform DFT+DMFT one-shot and charge self-consistent (CSC) calculations from h5 archives or VASP/Quantum Espresso input files for multiband systems using the [TRIQS](https://triqs.github.io/triqs/latest/) software library, and the DFT code interface [TRIQS/DFTTools](https://triqs.github.io/dft_tools/latest/). solid_dmft takes advantage of various impurity solvers available in [TRIQS](https://triqs.github.io/triqs/unstable/applications.html#impurity-solvers). Postprocessing scripts are available to perform analytic continuation and calculate spectral functions.

### Documentation & tutorials

To learn how to use solid_dmft, take a look at the [online documentation](https://triqs.github.io/solid_dmft/). There you can find:
* [input / output documentation](https://triqs.github.io/solid_dmft/documentation.html#input-output)
* [reference manual of functions](https://triqs.github.io/solid_dmft/documentation.html#module-reference-manual)
* [code structure](https://triqs.github.io/solid_dmft/documentation.html#code-structure)
* [tutorials](https://triqs.github.io/solid_dmft/tutorials.html)

Check also the [solid_dmft publication](https://doi.org/10.21105/joss.04623) in the JOSS journal for more information and further references.

### Installation

You can install the latest solid_dmft release simply via pip (PyPi):
```
pip install solid_dmft
```
However, please make sure that you have a valid TRIQS and TRIQS/DFTTools installation matching the version of solid_dmft. Furthermore, you need at least one of the supported DMFT impurity solvers installed to use solid_dmft. 

A more thorough installation can be performed manually via `cmake`, which will also check if you have a working and matching TRIQS installation.

Please check the [installation page](https://triqs.github.io/solid_dmft/install.html) on the online documentation for more detailed instructions.

---

Copyright (C) 2018-2020, ETH Zurich
Copyright (C) 2021, The Simons Foundation 
  authors: A. Hampel, S. Beck, M. Merkel, and A. Carta
(see LICENSE.txt for details)

Developed by the Materials Theory Group, ETH Zurich
and the Center for Computational Quantum Physics, Flatiron Institute.

If you are using this code for your research, please cite it with this
[bib file](https://github.com/TRIQS/solid_dmft/blob/unstable/cite_solid_dmft.bib).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "solid-dmft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "DMFT, DFT, triqs",
    "author": null,
    "author_email": "Alexander Hampel <ahampel@flatironinstitute.org>",
    "download_url": "https://files.pythonhosted.org/packages/a3/e8/e5d2f67fa8d7722876571f36b8d16882bc0a60a725eafb326d69073706b3/solid_dmft-3.2.3.tar.gz",
    "platform": null,
    "description": "![logo_soliDMFT](https://raw.githubusercontent.com/triqs/solid_dmft/unstable/doc/logos/logo_solid_dmft.png)\n\n![CI](https://github.com/triqs/solid_dmft/actions/workflows/build.yml/badge.svg)\n[![PyPI version](https://badge.fury.io/py/solid_dmft.svg)](https://badge.fury.io/py/solid_dmft)\n[![status](https://joss.theoj.org/papers/48eb529b08c6bb464b235ba919d78922/status.svg)](https://joss.theoj.org/papers/48eb529b08c6bb464b235ba919d78922)\n\n\n---\n\nThis program allows to perform DFT+DMFT one-shot and charge self-consistent (CSC) calculations from h5 archives or VASP/Quantum Espresso input files for multiband systems using the [TRIQS](https://triqs.github.io/triqs/latest/) software library, and the DFT code interface [TRIQS/DFTTools](https://triqs.github.io/dft_tools/latest/). solid_dmft takes advantage of various impurity solvers available in [TRIQS](https://triqs.github.io/triqs/unstable/applications.html#impurity-solvers). Postprocessing scripts are available to perform analytic continuation and calculate spectral functions.\n\n### Documentation & tutorials\n\nTo learn how to use solid_dmft, take a look at the [online documentation](https://triqs.github.io/solid_dmft/). There you can find:\n* [input / output documentation](https://triqs.github.io/solid_dmft/documentation.html#input-output)\n* [reference manual of functions](https://triqs.github.io/solid_dmft/documentation.html#module-reference-manual)\n* [code structure](https://triqs.github.io/solid_dmft/documentation.html#code-structure)\n* [tutorials](https://triqs.github.io/solid_dmft/tutorials.html)\n\nCheck also the [solid_dmft publication](https://doi.org/10.21105/joss.04623) in the JOSS journal for more information and further references.\n\n### Installation\n\nYou can install the latest solid_dmft release simply via pip (PyPi):\n```\npip install solid_dmft\n```\nHowever, please make sure that you have a valid TRIQS and TRIQS/DFTTools installation matching the version of solid_dmft. Furthermore, you need at least one of the supported DMFT impurity solvers installed to use solid_dmft. \n\nA more thorough installation can be performed manually via `cmake`, which will also check if you have a working and matching TRIQS installation.\n\nPlease check the [installation page](https://triqs.github.io/solid_dmft/install.html) on the online documentation for more detailed instructions.\n\n---\n\nCopyright (C) 2018-2020, ETH Zurich\nCopyright (C) 2021, The Simons Foundation \n  authors: A. Hampel, S. Beck, M. Merkel, and A. Carta\n(see LICENSE.txt for details)\n\nDeveloped by the Materials Theory Group, ETH Zurich\nand the Center for Computational Quantum Physics, Flatiron Institute.\n\nIf you are using this code for your research, please cite it with this\n[bib file](https://github.com/TRIQS/solid_dmft/blob/unstable/cite_solid_dmft.bib).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "solid_dmft: a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library",
    "version": "3.2.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/triqs/solid_dmft/issues",
        "Homepage": "https://triqs.github.io/solid_dmft",
        "Paper": "https://doi.org/10.21105/joss.04623"
    },
    "split_keywords": [
        "dmft",
        " dft",
        " triqs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21e5b3e60d3e1a9ffe082fc233c77a1966ad3494ec8800a51817e061ac20e25f",
                "md5": "faaa1c20d9d89422bcfc8154063651e3",
                "sha256": "078a6ef26b269b7a9a136e42a5c0017cda46e6991b12604ee20479cd9321bce6"
            },
            "downloads": -1,
            "filename": "solid_dmft-3.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "faaa1c20d9d89422bcfc8154063651e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 146724,
            "upload_time": "2024-05-15T17:32:27",
            "upload_time_iso_8601": "2024-05-15T17:32:27.395586Z",
            "url": "https://files.pythonhosted.org/packages/21/e5/b3e60d3e1a9ffe082fc233c77a1966ad3494ec8800a51817e061ac20e25f/solid_dmft-3.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3e8e5d2f67fa8d7722876571f36b8d16882bc0a60a725eafb326d69073706b3",
                "md5": "2d8afaf34644ea5fbc49fd010b141967",
                "sha256": "82c870a06535d765f0ea8a93e2efdcd623e6d2602d006f725202791c521aec20"
            },
            "downloads": -1,
            "filename": "solid_dmft-3.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2d8afaf34644ea5fbc49fd010b141967",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 115383,
            "upload_time": "2024-05-15T17:32:28",
            "upload_time_iso_8601": "2024-05-15T17:32:28.839672Z",
            "url": "https://files.pythonhosted.org/packages/a3/e8/e5d2f67fa8d7722876571f36b8d16882bc0a60a725eafb326d69073706b3/solid_dmft-3.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 17:32:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "triqs",
    "github_project": "solid_dmft",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "solid-dmft"
}
        
Elapsed time: 0.32548s