FODLego


NameFODLego JSON
Version 0.3.11 PyPI version JSON
download
home_pageNone
SummaryThis package creates initial FODs for molecules with atoms up to the third row in th periodic table.
upload_time2024-10-29 05:22:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords dft flosic fods fermi-lowdin sic sie self-interaction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FODLego
This program is meant to predict the FOD Positions of molecules for use in 
FLOSIC calculations.

## Implementation Description:
Currently the bond orders are being predicted using RD Kit. The Bonding FODs 
(BFODs) and Free FODs (FFODs) are selected based of monoatomic calculations and based of the placement of BFODs. A few rules are based of empirical 
rules.

## Prerequisites:
In order to run, please install the following packages in python 

```
$pip install rdkit scipy
```

# Contact:
Please contact me at my university email ville2a@cmich.edu
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "FODLego",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "DFT, FLOSIC, FODs, Fermi-Lowdin, SIC, SIE, self-interaction",
    "author": null,
    "author_email": "Angel-Emilio Villegas Sanchez <ville2a@cmich.edu>",
    "download_url": null,
    "platform": null,
    "description": "# FODLego\nThis program is meant to predict the FOD Positions of molecules for use in \nFLOSIC calculations.\n\n## Implementation Description:\nCurrently the bond orders are being predicted using RD Kit. The Bonding FODs \n(BFODs) and Free FODs (FFODs) are selected based of monoatomic calculations and based of the placement of BFODs. A few rules are based of empirical \nrules.\n\n## Prerequisites:\nIn order to run, please install the following packages in python \n\n```\n$pip install rdkit scipy\n```\n\n# Contact:\nPlease contact me at my university email ville2a@cmich.edu",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package creates initial FODs for molecules with atoms up to the third row in th periodic table.",
    "version": "0.3.11",
    "project_urls": {
        "Documentation": "https://nerffan1.github.io/FLOSICDOC/Reference/Generation.html",
        "Homepage": "https://github.com/nerffan1/FODLego",
        "Issues": "https://github.com/nerffan1/FODLego/issues",
        "Website": "https://www.flosic.org/"
    },
    "split_keywords": [
        "dft",
        " flosic",
        " fods",
        " fermi-lowdin",
        " sic",
        " sie",
        " self-interaction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83358f63234fc45ed7707edba97367b9530f7ad1b40e677b77746f2b3bef1650",
                "md5": "9dac8e10d7d453a17e89125843fb77f9",
                "sha256": "e61a97dfaad0b04661eccd0fc474c5570433ba9c25c15c23e851bd1ec7ac1622"
            },
            "downloads": -1,
            "filename": "fodlego-0.3.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9dac8e10d7d453a17e89125843fb77f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 67363,
            "upload_time": "2024-10-29T05:22:15",
            "upload_time_iso_8601": "2024-10-29T05:22:15.320464Z",
            "url": "https://files.pythonhosted.org/packages/83/35/8f63234fc45ed7707edba97367b9530f7ad1b40e677b77746f2b3bef1650/fodlego-0.3.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 05:22:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nerffan1",
    "github_project": "FODLego",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fodlego"
}
        
Elapsed time: 1.22199s