vise


Namevise JSON
Version 0.8.1 PyPI version JSON
download
home_pagehttps://github.com/kumagai-group/vise
SummaryPackage for handling io of vasp package in kumagai group at IMR, Tohoku university
upload_time2023-12-04 03:06:21
maintainer
docs_urlNone
authorYu Kumagai
requires_python>=3.7
licenseMIT license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![PyPI - License](https://img.shields.io/pypi/l/vise?color=blue)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vise)
[![CircleCI](https://circleci.com/gh/kumagai-group/vise/tree/master.svg?style=shield)](https://circleci.com/gh/kumagai-group/vise/tree/master)

vise
=========
VASP Integrated Supporting Environment (vise) is a collection of tools that 
supports VASP users to prepare input files for the VASP calculations, handle its calculation errors, and analyze its results.

**Note1: Only ensure VASP ver5.4.4 or later so far.**

**Note2: Units used in pydefect are eV for energy and angstrom for length following the vasp convention.**

**Note3: When transforming the structure to the primitive one, antiferromagnetic magnetization is not supported.**

Installation instructions
---------------------------------------------------------
1. Requirements
  - Python 3.7 or higher

Vise depends largely on the following packages, which should be acknowledged sincerely,
  - pymatgen
  - spglib
  - seekpath
  - see requirements.txt for others

2. Latest stable version is released at PyPI repository, so one can download 
it using `pip install vise`.


Executing this software
---------------------------------------------------------

Detailed information is provided in the online manual at: https://kumagai-group.github.io/vise/

Files and directories included in vise distribution
--------------------------------------------------------
~~~
  README            : introduction
  LICENSE           : the MIT license 
  setup.py          : installation script
  requirements.txt  : list of required packages

  /vise/analyzer    : tools for VASP analysis especially for band figure and density of states
  /vise/cli         : command line interfaces
  /vise/input_set   : tools for generating VASP input files
  /vise/tests       : test files used mainly for unitests
  /vise/util        : useful tools 
~~~~

License
-----------------------
Python code is licensed under the MIT License.

Development notes
-----------------
### Bugs, requests and questions
Please use the [Issue Tracker](https://github.com/kumagai-group/vise/issues) to report bugs, request features.

### Code contributions
We are always welcome people who want to make vise better.
Please use the ["Fork and Pull"](https://guides.github.com/activities/forking/) workflow to make contributions and stick as closely as possible to the following:

- Code style follows [PEP8](http://www.python.org/dev/peps/pep-0008) and [Google's writing style](https://google.github.io/styleguide/pyguide.html).
- Add unittests wherever possible including scripts for command line interfaces.

### Tests
Run the tests using `pytest vise`.
We also use integrated testing on Github via circleCI.

Citing vise
---------------
If vise has been used in your research, please consider citing the following paper.

["Insights into oxygen vacancies from high-throughput first-principles calculations"](https://journals.aps.org/prmaterials/abstract/10.1103/PhysRevMaterials.5.123803)<br>
Yu Kumagai, Naoki Tsunoda, Akira Takahashi, and Fumiyasu Oba<br>
Phys. Rev. Materials 5, 123803 (2021)

Contact info
------------
Yu Kumagai<br>
yuuukuma@gmail.com

Tohoku University (Japan)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kumagai-group/vise",
    "name": "vise",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yu Kumagai",
    "author_email": "yukumagai@tohoku.ac.jp",
    "download_url": "https://files.pythonhosted.org/packages/cf/f0/4fbf47a0b7aba78883f077757e34e899d7e1be68328756e285cf8d4591f7/vise-0.8.1.tar.gz",
    "platform": null,
    "description": "![PyPI - License](https://img.shields.io/pypi/l/vise?color=blue)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vise)\n[![CircleCI](https://circleci.com/gh/kumagai-group/vise/tree/master.svg?style=shield)](https://circleci.com/gh/kumagai-group/vise/tree/master)\n\nvise\n=========\nVASP Integrated Supporting Environment (vise) is a collection of tools that \nsupports VASP users to prepare input files for the VASP calculations, handle its calculation errors, and analyze its results.\n\n**Note1: Only ensure VASP ver5.4.4 or later so far.**\n\n**Note2: Units used in pydefect are eV for energy and angstrom for length following the vasp convention.**\n\n**Note3: When transforming the structure to the primitive one, antiferromagnetic magnetization is not supported.**\n\nInstallation instructions\n---------------------------------------------------------\n1. Requirements\n  - Python 3.7 or higher\n\nVise depends largely on the following packages, which should be acknowledged sincerely,\n  - pymatgen\n  - spglib\n  - seekpath\n  - see requirements.txt for others\n\n2. Latest stable version is released at PyPI repository, so one can download \nit using `pip install vise`.\n\n\nExecuting this software\n---------------------------------------------------------\n\nDetailed information is provided in the online manual at: https://kumagai-group.github.io/vise/\n\nFiles and directories included in vise distribution\n--------------------------------------------------------\n~~~\n  README            : introduction\n  LICENSE           : the MIT license \n  setup.py          : installation script\n  requirements.txt  : list of required packages\n\n  /vise/analyzer    : tools for VASP analysis especially for band figure and density of states\n  /vise/cli         : command line interfaces\n  /vise/input_set   : tools for generating VASP input files\n  /vise/tests       : test files used mainly for unitests\n  /vise/util        : useful tools \n~~~~\n\nLicense\n-----------------------\nPython code is licensed under the MIT License.\n\nDevelopment notes\n-----------------\n### Bugs, requests and questions\nPlease use the [Issue Tracker](https://github.com/kumagai-group/vise/issues) to report bugs, request features.\n\n### Code contributions\nWe are always welcome people who want to make vise better.\nPlease use the [\"Fork and Pull\"](https://guides.github.com/activities/forking/) workflow to make contributions and stick as closely as possible to the following:\n\n- Code style follows [PEP8](http://www.python.org/dev/peps/pep-0008) and [Google's writing style](https://google.github.io/styleguide/pyguide.html).\n- Add unittests wherever possible including scripts for command line interfaces.\n\n### Tests\nRun the tests using `pytest vise`.\nWe also use integrated testing on Github via circleCI.\n\nCiting vise\n---------------\nIf vise has been used in your research, please consider citing the following paper.\n\n[\"Insights into oxygen vacancies from high-throughput first-principles calculations\"](https://journals.aps.org/prmaterials/abstract/10.1103/PhysRevMaterials.5.123803)<br>\nYu Kumagai, Naoki Tsunoda, Akira Takahashi, and Fumiyasu Oba<br>\nPhys. Rev. Materials 5, 123803 (2021)\n\nContact info\n------------\nYu Kumagai<br>\nyuuukuma@gmail.com\n\nTohoku University (Japan)\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Package for handling io of vasp package in kumagai group at IMR, Tohoku university",
    "version": "0.8.1",
    "project_urls": {
        "Homepage": "https://github.com/kumagai-group/vise"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c45bb5ecd41ff3935513a78bec392d8201aab5fe16425afdd5c4f3325c83276",
                "md5": "9e4e4c100b0c5af28068f957f221b706",
                "sha256": "d726a92fdd2ba6661e5bd0414eccbbac2f07074d9f8d80eaa11c6253e69c9b94"
            },
            "downloads": -1,
            "filename": "vise-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e4e4c100b0c5af28068f957f221b706",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 156155,
            "upload_time": "2023-12-04T03:06:18",
            "upload_time_iso_8601": "2023-12-04T03:06:18.872855Z",
            "url": "https://files.pythonhosted.org/packages/1c/45/bb5ecd41ff3935513a78bec392d8201aab5fe16425afdd5c4f3325c83276/vise-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cff04fbf47a0b7aba78883f077757e34e899d7e1be68328756e285cf8d4591f7",
                "md5": "ea496f1026448fd507291edc98dfc79d",
                "sha256": "68b8519941437df302532c5024276834bbddb719ad142084448d460a8eb118f9"
            },
            "downloads": -1,
            "filename": "vise-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea496f1026448fd507291edc98dfc79d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 112582,
            "upload_time": "2023-12-04T03:06:21",
            "upload_time_iso_8601": "2023-12-04T03:06:21.157633Z",
            "url": "https://files.pythonhosted.org/packages/cf/f0/4fbf47a0b7aba78883f077757e34e899d7e1be68328756e285cf8d4591f7/vise-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 03:06:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kumagai-group",
    "github_project": "vise",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [],
    "lcname": "vise"
}
        
Elapsed time: 0.20675s