{ "info": { "author": "C. Forssen and H. T. Johansson", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "WIGXJPF evaluates Wigner 3j, 6j and 9j symbols\naccurately using prime factorisation and multi-word integer arithmetic.\n\nKnown issue\n-----------\n\nPlease install pycparser first.\n\n(See https://github.com/pypa/setuptools/issues/391#issuecomment-202919511 )\n\nInline usage information\n------------------------\n\nAvailable inline::\n\n import pywigxjpf as wig\n help(wig) # For interfaces.\n help(wig.pywigxjpf) # For usage information.\n\nLibrary usage\n-------------\n\nThe python interface to wigxjpf uses cffi.\n\nDefines seven functions::\n\n wig_table_init(max_two_j,wigner_type)\n wig_table_free()\n wig_temp_init(max_two_j)\n wig_temp_free()\n\n wig3jj(jj1,jj2,jj3, mm1,mm2,mm3)\n wig6jj(jj1,jj2,jj3, jj4,jj5,jj6)\n wig9jj(jj1,jj2,jj3, jj4,jj5,jj6, jj7,jj8,jj9)\n\nNote that the arguments are to be given as integers, with\ntwice the numeric value (this is what jj tries to indicate).\nI.e. half-integer arguments will be passed as odd integers.\n\nThe two init functions must be called before evaluating any\nsymbol.\n\nIn addition, interfaces that take an array with the arguments\nare also provided::\n\n wig3jj_array([jj1,jj2,jj3, mm1,mm2,mm3])\n wig6jj_array([jj1,jj2,jj3, jj4,jj5,jj6])\n wig9jj_array([jj1,jj2,jj3, jj4,jj5,jj6, jj7,jj8,jj9])", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://fy.chalmers.se/subatom/wigxjpf", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pywigxjpf", "package_url": "https://pypi.org/project/pywigxjpf/", "platform": "", "project_url": "https://pypi.org/project/pywigxjpf/", "project_urls": { "Homepage": "http://fy.chalmers.se/subatom/wigxjpf" }, "release_url": "https://pypi.org/project/pywigxjpf/1.10/", "requires_dist": null, "requires_python": "", "summary": "Wigner Symbols", "version": "1.10" }, "last_serial": 5233955, "releases": { "1.10": [ { "comment_text": "", "digests": { "md5": "6cd5059a4a678a757f0dfd5f1cbc2420", "sha256": "7e8a0a226ebcf278e22f94b7c9c32ed1f21f139f0c8013598ae52f5bb86d6041" }, "downloads": -1, "filename": "pywigxjpf-1.10.tar.gz", "has_sig": false, "md5_digest": "6cd5059a4a678a757f0dfd5f1cbc2420", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53189, "upload_time": "2019-05-06T17:02:28", "url": "https://files.pythonhosted.org/packages/61/27/4362b03f11a6714e07317ac71009c1e301185292f670df20e2906751aa57/pywigxjpf-1.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6cd5059a4a678a757f0dfd5f1cbc2420", "sha256": "7e8a0a226ebcf278e22f94b7c9c32ed1f21f139f0c8013598ae52f5bb86d6041" }, "downloads": -1, "filename": "pywigxjpf-1.10.tar.gz", "has_sig": false, "md5_digest": "6cd5059a4a678a757f0dfd5f1cbc2420", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53189, "upload_time": "2019-05-06T17:02:28", "url": "https://files.pythonhosted.org/packages/61/27/4362b03f11a6714e07317ac71009c1e301185292f670df20e2906751aa57/pywigxjpf-1.10.tar.gz" } ] }