mxene


Namemxene JSON
Version 0.0.16 PyPI version JSON
download
home_page
SummaryMXenes scripts
upload_time2023-11-05 15:42:44
maintainerwangchangxin
docs_urlNone
authorwangchangxin
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mxene
[![Python Versions](https://img.shields.io/pypi/pyversions/mxene.svg)](https://pypi.org/project/mxene/)
[![Version](https://img.shields.io/github/tag/boliqq07/mxene.svg)](https://github.com/boliqq07/releases/latest)
![pypi Versions](https://badge.fury.io/py/mxene.svg)
[![Documentation Status](https://readthedocs.org/projects/mxene/badge/?version=latest)](https://mxene.readthedocs.io/en/latest/?badge=latest)

mxene is one software to solving parallel problems for VASP calculation.

This software is optimized for 'MXene' material generation, 
calculation and analysis to achieve efficient data mining.

Using this software, you could:

1. Generate initial various kinds mxene structure and relevant VASP input.

2. Monitor VASP calculation processing.

3. Organize mxene data.

4. Extract structure features from crystal structure.

# Install

```bash
pip install mxene
```

# Initial configuration

Before first using, we recommend using the following methods 
to generate the configuration file.

```
>>> from mxene.conf_files import write_batch
>>> write_batch()
```

Support
----------------------
[![Jetbrains](jetbrains.svg)](https://jb.gg/OpenSource)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mxene",
    "maintainer": "wangchangxin",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "wangchangxin",
    "author_email": "986798607@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/32/64b27f00ed57b0cc1028c549d87aa826eaafca5f98bdab7aaf75da37ffe1/mxene-0.0.16.tar.gz",
    "platform": "Windows",
    "description": "# mxene\r\n[![Python Versions](https://img.shields.io/pypi/pyversions/mxene.svg)](https://pypi.org/project/mxene/)\r\n[![Version](https://img.shields.io/github/tag/boliqq07/mxene.svg)](https://github.com/boliqq07/releases/latest)\r\n![pypi Versions](https://badge.fury.io/py/mxene.svg)\r\n[![Documentation Status](https://readthedocs.org/projects/mxene/badge/?version=latest)](https://mxene.readthedocs.io/en/latest/?badge=latest)\r\n\r\nmxene is one software to solving parallel problems for VASP calculation.\r\n\r\nThis software is optimized for 'MXene' material generation, \r\ncalculation and analysis to achieve efficient data mining.\r\n\r\nUsing this software, you could:\r\n\r\n1. Generate initial various kinds mxene structure and relevant VASP input.\r\n\r\n2. Monitor VASP calculation processing.\r\n\r\n3. Organize mxene data.\r\n\r\n4. Extract structure features from crystal structure.\r\n\r\n# Install\r\n\r\n```bash\r\npip install mxene\r\n```\r\n\r\n# Initial configuration\r\n\r\nBefore first using, we recommend using the following methods \r\nto generate the configuration file.\r\n\r\n```\r\n>>> from mxene.conf_files import write_batch\r\n>>> write_batch()\r\n```\r\n\r\nSupport\r\n----------------------\r\n[![Jetbrains](jetbrains.svg)](https://jb.gg/OpenSource)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "MXenes scripts",
    "version": "0.0.16",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c93264b27f00ed57b0cc1028c549d87aa826eaafca5f98bdab7aaf75da37ffe1",
                "md5": "572eee697ac84ad46b18eb0aeb395567",
                "sha256": "32176f4235419cbadbcfad102efd31b6fd1f4ddc0a68feac018901460e68a9fa"
            },
            "downloads": -1,
            "filename": "mxene-0.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "572eee697ac84ad46b18eb0aeb395567",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 72937,
            "upload_time": "2023-11-05T15:42:44",
            "upload_time_iso_8601": "2023-11-05T15:42:44.835834Z",
            "url": "https://files.pythonhosted.org/packages/c9/32/64b27f00ed57b0cc1028c549d87aa826eaafca5f98bdab7aaf75da37ffe1/mxene-0.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 15:42:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mxene"
}
        
Elapsed time: 0.14074s