Author homepage: http://sjbyrnes.com
Package home at PyPI: http://pypi.python.org/pypi/tmm
Package home at Github: https://github.com/sbyrnes321/tmm
This is a group of programs written in Python / NumPy for simulating light propagation in planar multilayer thin films, including the effects of multiple internal reflections and interference, using the "Transfer Matrix Method". It can also simulate combinations of thin and thick films (e.g. a thick piece of glass with a multi-layer antireflection coating on one side and a mirror on the other side), or purely thick films.
In addition to calculating how much light is transmitted and reflected, the program can calculate, at any given point in the structure, how much light is being absorbed there. This is a very important feature for solar-cell modeling, for example.
It can also calculate the parameters measured in ellipsometry. It can also calculate the RGB or xyY color of a multilayer thin film (this requires colorpy, https://pypi.python.org/pypi/colorpy).
For more information, see `manual.pdf <https://github.com/sbyrnes321/tmm/blob/master/manual.pdf>`_. For the list of all functions and how to call them, just browse the source code, everything has docstrings. For physics-based explanations and derivations of the various formulas calculated by this package, see: https://arxiv.org/abs/1603.02720 .
Tested in Python 3. It probably works in Python 2, or maybe not, I haven't checked in a long time. If you want to do color calculations in Python 3, you need to use the Python-3-compatible version of colorpy `here <https://github.com/fish2000/ColorPy/>`_.
Raw data
{
"_id": null,
"home_page": null,
"name": "tmm",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "optics, fresnel, reflection, absorption, photovoltaics, ellipsometry, transfer matrix method",
"author": null,
"author_email": "Steven Byrnes <steven.byrnes@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/92/7c/6ba055c61c04cf5b1b73cb91407c220b0f1712e3bad4f14edf4a4f9af9b4/tmm-0.2.0.tar.gz",
"platform": null,
"description": "Author homepage: http://sjbyrnes.com\r\n\r\nPackage home at PyPI: http://pypi.python.org/pypi/tmm\r\n\r\nPackage home at Github: https://github.com/sbyrnes321/tmm\r\n\r\nThis is a group of programs written in Python / NumPy for simulating light propagation in planar multilayer thin films, including the effects of multiple internal reflections and interference, using the \"Transfer Matrix Method\". It can also simulate combinations of thin and thick films (e.g. a thick piece of glass with a multi-layer antireflection coating on one side and a mirror on the other side), or purely thick films.\r\n\r\nIn addition to calculating how much light is transmitted and reflected, the program can calculate, at any given point in the structure, how much light is being absorbed there. This is a very important feature for solar-cell modeling, for example.\r\n\r\nIt can also calculate the parameters measured in ellipsometry. It can also calculate the RGB or xyY color of a multilayer thin film (this requires colorpy, https://pypi.python.org/pypi/colorpy).\r\n\r\nFor more information, see `manual.pdf <https://github.com/sbyrnes321/tmm/blob/master/manual.pdf>`_. For the list of all functions and how to call them, just browse the source code, everything has docstrings. For physics-based explanations and derivations of the various formulas calculated by this package, see: https://arxiv.org/abs/1603.02720 .\r\n\r\nTested in Python 3. It probably works in Python 2, or maybe not, I haven't checked in a long time. If you want to do color calculations in Python 3, you need to use the Python-3-compatible version of colorpy `here <https://github.com/fish2000/ColorPy/>`_.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Simulate light propagation in multilayer thin and/or thick films using the fresnel equations and transfer matrix method.",
"version": "0.2.0",
"project_urls": {
"Homepage": "http://pypi.python.org/pypi/tmm",
"Repository": "https://github.com/sbyrnes321/tmm"
},
"split_keywords": [
"optics",
" fresnel",
" reflection",
" absorption",
" photovoltaics",
" ellipsometry",
" transfer matrix method"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "641cbd81a37ff4db724957159e3d4badaa1c639e7f6465d541e307bc3fac669e",
"md5": "131ecbf4ffe242c88382ef403bc87059",
"sha256": "f0cde811e0785b2c13887e8d12a4d089d028d3b19c67ae280f97587ad557f724"
},
"downloads": -1,
"filename": "tmm-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "131ecbf4ffe242c88382ef403bc87059",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 285393,
"upload_time": "2024-11-26T18:53:52",
"upload_time_iso_8601": "2024-11-26T18:53:52.851395Z",
"url": "https://files.pythonhosted.org/packages/64/1c/bd81a37ff4db724957159e3d4badaa1c639e7f6465d541e307bc3fac669e/tmm-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "927c6ba055c61c04cf5b1b73cb91407c220b0f1712e3bad4f14edf4a4f9af9b4",
"md5": "c8f74361185c8eb69abc0d8dd1f4c205",
"sha256": "2982683aab12b5bb1ee9910a44d7c6421885ab581d22bebb615351dd70cb8ced"
},
"downloads": -1,
"filename": "tmm-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "c8f74361185c8eb69abc0d8dd1f4c205",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 285450,
"upload_time": "2024-11-26T18:53:54",
"upload_time_iso_8601": "2024-11-26T18:53:54.412518Z",
"url": "https://files.pythonhosted.org/packages/92/7c/6ba055c61c04cf5b1b73cb91407c220b0f1712e3bad4f14edf4a4f9af9b4/tmm-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 18:53:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sbyrnes321",
"github_project": "tmm",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tmm"
}