BTensor


NameBTensor JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryA library for basis transformation of tensors
upload_time2023-09-27 21:25:20
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CI](https://github.com/maxnus/btensor/actions/workflows/ci.yml/badge.svg)](https://github.com/maxnus/btensor/actions/workflows/ci.yml)

BTensor
=======

BTensor defines a tensor type, a generalization of NumPy's ndarray, which can store a basis along each dimension.
When performing tensor operations, such as additions or contractions, BTensor will ensure that:

- The bases of the tensors are compatible along all dimensions or raise an exception if not
- If the bases are compatible, but not equal, necessary basis transformations will be carried out automatically

Please refer to the [documentation](https://maxnus.github.io/btensor/index.html) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "BTensor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Max Nusspickel <max.nusspickel@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/22/da/0d6f2450e2c9b3d04b0ce5b5fb5abe1df8c39791f8403a6cd25e93e7f810/BTensor-1.1.0.tar.gz",
    "platform": null,
    "description": "[![CI](https://github.com/maxnus/btensor/actions/workflows/ci.yml/badge.svg)](https://github.com/maxnus/btensor/actions/workflows/ci.yml)\n\nBTensor\n=======\n\nBTensor defines a tensor type, a generalization of NumPy's ndarray, which can store a basis along each dimension.\nWhen performing tensor operations, such as additions or contractions, BTensor will ensure that:\n\n- The bases of the tensors are compatible along all dimensions or raise an exception if not\n- If the bases are compatible, but not equal, necessary basis transformations will be carried out automatically\n\nPlease refer to the [documentation](https://maxnus.github.io/btensor/index.html) for more information.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library for basis transformation of tensors",
    "version": "1.1.0",
    "project_urls": {
        "source": "https://github.com/maxnus/btensor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27535f82d45656ae4490c9700f25c878d185c26a20c083fe93dd5c08f069a53d",
                "md5": "53e28d0e8b5ec533cc50a68f36fe4fe1",
                "sha256": "b90171df760e366ef7724ae98a20c3d22870754c7d81c386fca04cffff33239c"
            },
            "downloads": -1,
            "filename": "BTensor-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53e28d0e8b5ec533cc50a68f36fe4fe1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 40829,
            "upload_time": "2023-09-27T21:25:18",
            "upload_time_iso_8601": "2023-09-27T21:25:18.478585Z",
            "url": "https://files.pythonhosted.org/packages/27/53/5f82d45656ae4490c9700f25c878d185c26a20c083fe93dd5c08f069a53d/BTensor-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22da0d6f2450e2c9b3d04b0ce5b5fb5abe1df8c39791f8403a6cd25e93e7f810",
                "md5": "be07f92235c40a9bbd6ae01482ea83fa",
                "sha256": "92c3172612bdb8ed1ddb3bab2e945ac80a9349afdf84d3325e015b413cbb3e67"
            },
            "downloads": -1,
            "filename": "BTensor-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be07f92235c40a9bbd6ae01482ea83fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 40889,
            "upload_time": "2023-09-27T21:25:20",
            "upload_time_iso_8601": "2023-09-27T21:25:20.249523Z",
            "url": "https://files.pythonhosted.org/packages/22/da/0d6f2450e2c9b3d04b0ce5b5fb5abe1df8c39791f8403a6cd25e93e7f810/BTensor-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 21:25:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maxnus",
    "github_project": "btensor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "btensor"
}
        
Elapsed time: 0.12552s