mielib


Namemielib JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/toftul/mielib
SummaryPython library with many Mie-related functions for optics and acoustics
upload_time2023-05-24 04:29:33
maintainer
docs_urlNone
authorIvan Toftul
requires_python>=3.10,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MieLib

Python library with many Mie-related functions for optics and acoustics. In particular:
- Scattering Mie coefficients for isotropic spheres:
    -  Acoustic Mie coefficients based on Phys. Rev. Lett. 123, 183901 (2019) (see SM)
    - Optics Mie coefficients based on Bohren Huffmann book.
- Scalar spherical harmonics
- Vector spherical harmonics (complex and real)

## Instalation

From [PYPI/mielib](https://pypi.org/project/mielib/):
```
pip install mielib
```

## Examples

See examples folder with Jupyter Notebooks.

## ToDo

* Make tests
* Setup github actions
* Search for complex poles of Mie scattering coefficients

## Credits
Ivan Toftul 

`toftul.ivan@gmail.com`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/toftul/mielib",
    "name": "mielib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ivan Toftul",
    "author_email": "toftul.ivan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/f4/8f93fe34ef6603ef2e66c3602840e194a92ce9f694d5e8f70f8d10aa9f0d/mielib-0.1.12.tar.gz",
    "platform": null,
    "description": "# MieLib\n\nPython library with many Mie-related functions for optics and acoustics. In particular:\n- Scattering Mie coefficients for isotropic spheres:\n    -  Acoustic Mie coefficients based on Phys. Rev. Lett. 123, 183901 (2019) (see SM)\n    - Optics Mie coefficients based on Bohren Huffmann book.\n- Scalar spherical harmonics\n- Vector spherical harmonics (complex and real)\n\n## Instalation\n\nFrom [PYPI/mielib](https://pypi.org/project/mielib/):\n```\npip install mielib\n```\n\n## Examples\n\nSee examples folder with Jupyter Notebooks.\n\n## ToDo\n\n* Make tests\n* Setup github actions\n* Search for complex poles of Mie scattering coefficients\n\n## Credits\nIvan Toftul \n\n`toftul.ivan@gmail.com`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library with many Mie-related functions for optics and acoustics",
    "version": "0.1.12",
    "project_urls": {
        "Homepage": "https://github.com/toftul/mielib",
        "Repository": "https://github.com/toftul/mielib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2168a215b9756cdb6a8344b96015357c60b112acaee834e699ef4943a786267c",
                "md5": "355aa20550c903abb456211fdadf6ca6",
                "sha256": "e17c174233445a3af016142fad868f749e9808fa1181ebc7d43f3e96c4e042df"
            },
            "downloads": -1,
            "filename": "mielib-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "355aa20550c903abb456211fdadf6ca6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 6765,
            "upload_time": "2023-05-24T04:29:32",
            "upload_time_iso_8601": "2023-05-24T04:29:32.248089Z",
            "url": "https://files.pythonhosted.org/packages/21/68/a215b9756cdb6a8344b96015357c60b112acaee834e699ef4943a786267c/mielib-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eff48f93fe34ef6603ef2e66c3602840e194a92ce9f694d5e8f70f8d10aa9f0d",
                "md5": "6bdaa5940180a9d6214d541244ad0e7f",
                "sha256": "b80a51dd01e5fd624688fc6688d188cc4d33e48dd199c28aa4334aec52a27910"
            },
            "downloads": -1,
            "filename": "mielib-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "6bdaa5940180a9d6214d541244ad0e7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 5522,
            "upload_time": "2023-05-24T04:29:33",
            "upload_time_iso_8601": "2023-05-24T04:29:33.923241Z",
            "url": "https://files.pythonhosted.org/packages/ef/f4/8f93fe34ef6603ef2e66c3602840e194a92ce9f694d5e8f70f8d10aa9f0d/mielib-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 04:29:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "toftul",
    "github_project": "mielib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mielib"
}
        
Elapsed time: 0.10634s