moplots


Namemoplots JSON
Version 0.1.2.post0 PyPI version JSON
download
home_pagehttps://github.com/Anselmoo/moplots
SummaryMolecular Orbital Plots as Batch Series for ORCA
upload_time2024-01-28 10:06:06
maintainerAnselm Hahn
docs_urlNone
authorAnselm Hahn
requires_python>=3.7,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MOPlots

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/moplots?logo=pypi&logoColor=yellow)](https://pypi.org/project/moplots/)

> [!INFO]
> MOPlots is a command line (CMD) tool, which allows you to use
> [`orca_plot`](https://www.orcasoftware.de/tutorials_orca/react/FUKUI.html#generating-a-cube-file) in automated way
> to generate a series of plots for MOs for both `alpha` and `beta` spin channels.

## Installation

Requires Python 3.7 or higher.

```bash
pip install moplots
```

and `orca_plot` from [ORCA](https://www.orcasoftware.de/tutorials_orca/) has to be in your `PATH`.

## Usage

```bash
moplots --help
```

### Example

```bash
moplots  test.gbw -s both -m0 1 -m1 18 -o cube
```

> By executing the above command, you will get a series of cube files for
> MOs from 1 to 18 for both `alpha` and `beta` spin channels.

## License

The code is licensed under the [MIT](LICENSE).

## Further reading

[ORCA tutorials](https://www.orcasoftware.de/tutorials_orca/index.html#)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Anselmoo/moplots",
    "name": "moplots",
    "maintainer": "Anselm Hahn",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "anselm.hahn@gmail.com",
    "keywords": "",
    "author": "Anselm Hahn",
    "author_email": "anselm.hahn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c3/20/844dbea2f1b9636da0c900b13dd8bd3c10383c5d7e1407dd34b55fbbdc9f/moplots-0.1.2.post0.tar.gz",
    "platform": null,
    "description": "# MOPlots\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/moplots?logo=pypi&logoColor=yellow)](https://pypi.org/project/moplots/)\n\n> [!INFO]\n> MOPlots is a command line (CMD) tool, which allows you to use\n> [`orca_plot`](https://www.orcasoftware.de/tutorials_orca/react/FUKUI.html#generating-a-cube-file) in automated way\n> to generate a series of plots for MOs for both `alpha` and `beta` spin channels.\n\n## Installation\n\nRequires Python 3.7 or higher.\n\n```bash\npip install moplots\n```\n\nand `orca_plot` from [ORCA](https://www.orcasoftware.de/tutorials_orca/) has to be in your `PATH`.\n\n## Usage\n\n```bash\nmoplots --help\n```\n\n### Example\n\n```bash\nmoplots  test.gbw -s both -m0 1 -m1 18 -o cube\n```\n\n> By executing the above command, you will get a series of cube files for\n> MOs from 1 to 18 for both `alpha` and `beta` spin channels.\n\n## License\n\nThe code is licensed under the [MIT](LICENSE).\n\n## Further reading\n\n[ORCA tutorials](https://www.orcasoftware.de/tutorials_orca/index.html#)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Molecular Orbital Plots as Batch Series for ORCA",
    "version": "0.1.2.post0",
    "project_urls": {
        "Homepage": "https://github.com/Anselmoo/moplots",
        "Repository": "https://github.com/Anselmoo/moplots"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8f96761ecaec24acb35a2cc0b5fbd9fa93c354f7d1a2e7d77c3f25684399dc1",
                "md5": "960d57ae72dc140933228c10abfeb97b",
                "sha256": "df067b3fe5edc811c88c8886ba29c82aaea3e555d895f440c6ceea562d42a4d9"
            },
            "downloads": -1,
            "filename": "moplots-0.1.2.post0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "960d57ae72dc140933228c10abfeb97b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 8691,
            "upload_time": "2024-01-28T10:06:03",
            "upload_time_iso_8601": "2024-01-28T10:06:03.997186Z",
            "url": "https://files.pythonhosted.org/packages/b8/f9/6761ecaec24acb35a2cc0b5fbd9fa93c354f7d1a2e7d77c3f25684399dc1/moplots-0.1.2.post0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c320844dbea2f1b9636da0c900b13dd8bd3c10383c5d7e1407dd34b55fbbdc9f",
                "md5": "8cca42266c8ff56fe38e2966adfeaa9e",
                "sha256": "304fd316b8a9db8128fb2e5254d9dda4bfdb13caeab29fa07b488f2c196589b6"
            },
            "downloads": -1,
            "filename": "moplots-0.1.2.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "8cca42266c8ff56fe38e2966adfeaa9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 8593,
            "upload_time": "2024-01-28T10:06:06",
            "upload_time_iso_8601": "2024-01-28T10:06:06.015693Z",
            "url": "https://files.pythonhosted.org/packages/c3/20/844dbea2f1b9636da0c900b13dd8bd3c10383c5d7e1407dd34b55fbbdc9f/moplots-0.1.2.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 10:06:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Anselmoo",
    "github_project": "moplots",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "moplots"
}
        
Elapsed time: 0.17925s