spbessax


Namespbessax JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
Summaryspherical Bessel functions for JAX
upload_time2024-12-13 11:08:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords spherical bessel functions bessel jax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spbessax

This repository contains a JAX implementation of spherical bessel functions that
is fully compatible with jax.jit and jax.grad. It is based on the implementation
by @sousaw in [NeuralIL](https://github.com/Madsen-s-research-group/neuralil-public-releases).

The package can be installed from [PyPi](https://pypi.org/project/spbessax/) using pip:

`pip install psbessax`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spbessax",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Spherical Bessel functions, Bessel, JAX",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ee/34/d21fd32c34e98e0ba42fe7bcc25d162180c463f5702252b590106379c13f/spbessax-0.1.3.tar.gz",
    "platform": null,
    "description": "# spbessax\n\nThis repository contains a JAX implementation of spherical bessel functions that\nis fully compatible with jax.jit and jax.grad. It is based on the implementation\nby @sousaw in [NeuralIL](https://github.com/Madsen-s-research-group/neuralil-public-releases).\n\nThe package can be installed from [PyPi](https://pypi.org/project/spbessax/) using pip:\n\n`pip install psbessax`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "spherical Bessel functions for JAX",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "spherical bessel functions",
        " bessel",
        " jax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9997ba3d84043932e005159845853044aea1ba73fe88eaeb03af0809b7e3db9b",
                "md5": "bca09fdb3c092881e4f05ee855caad37",
                "sha256": "c5a2d0d03cc122e466f14b4aa8c654109c85f38df35804036d635cb231eab40d"
            },
            "downloads": -1,
            "filename": "spbessax-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bca09fdb3c092881e4f05ee855caad37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13685,
            "upload_time": "2024-12-13T11:08:18",
            "upload_time_iso_8601": "2024-12-13T11:08:18.958993Z",
            "url": "https://files.pythonhosted.org/packages/99/97/ba3d84043932e005159845853044aea1ba73fe88eaeb03af0809b7e3db9b/spbessax-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee34d21fd32c34e98e0ba42fe7bcc25d162180c463f5702252b590106379c13f",
                "md5": "04fc72e4f78c158817c5b409f191da28",
                "sha256": "c9bf685da534d9f4338136ab5402ce71548627a195c5ca5a1870e115b69c4336"
            },
            "downloads": -1,
            "filename": "spbessax-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "04fc72e4f78c158817c5b409f191da28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 15164,
            "upload_time": "2024-12-13T11:08:21",
            "upload_time_iso_8601": "2024-12-13T11:08:21.170327Z",
            "url": "https://files.pythonhosted.org/packages/ee/34/d21fd32c34e98e0ba42fe7bcc25d162180c463f5702252b590106379c13f/spbessax-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 11:08:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "spbessax"
}
        
Elapsed time: 1.81331s