{"id":17651078,"url":"https://github.com/krivenko/pycommute","last_synced_at":"2025-05-07T07:29:44.331Z","repository":{"id":57455797,"uuid":"218993398","full_name":"krivenko/pycommute","owner":"krivenko","description":"Python bindings for libcommute","archived":false,"fork":false,"pushed_at":"2025-01-02T18:59:18.000Z","size":7026,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T00:47:23.156Z","etag":null,"topics":["algebra","exact-diagonalization","many-body-physics","physics","python","quantum"],"latest_commit_sha":null,"homepage":"https://krivenko.github.io/pycommute/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krivenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATIONS.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-01T13:45:17.000Z","updated_at":"2025-01-02T18:42:28.000Z","dependencies_parsed_at":"2023-10-03T04:14:06.767Z","dependency_job_id":"2777cc4d-758a-4371-a039-a23b79e98823","html_url":"https://github.com/krivenko/pycommute","commit_stats":{"total_commits":140,"total_committers":1,"mean_commits":140.0,"dds":0.0,"last_synced_commit":"f5f51d3cac2a56f05553c5067b41b5bafc0892bf"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krivenko%2Fpycommute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krivenko%2Fpycommute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krivenko%2Fpycommute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krivenko%2Fpycommute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krivenko","download_url":"https://codeload.github.com/krivenko/pycommute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252833230,"owners_count":21811137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algebra","exact-diagonalization","many-body-physics","physics","python","quantum"],"created_at":"2024-10-23T11:40:12.616Z","updated_at":"2025-05-07T07:29:44.297Z","avatar_url":"https://github.com/krivenko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pycommute logo](docs/images/logo.svg)\n\n[![Package on PyPI](https://img.shields.io/pypi/v/pycommute.svg)](\nhttps://pypi.org/project/pycommute)\n[![Build and test](https://github.com/krivenko/pycommute/actions/workflows/build-and-test.yml/badge.svg)](\nhttps://github.com/krivenko/pycommute/actions/workflows/build-and-test.yml)\n[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-red)](\nhttps://krivenko.github.io/pycommute)\n\n*pycommute* is a Python package providing bindings for the\n[libcommute](https://github.com/krivenko/libcommute) quantum operator algerba\nlibrary.\n\nYou can find a few\n[usage examples](https://krivenko.github.io/pycommute/examples.html) and an\n[API reference](https://krivenko.github.io/pycommute/reference.html) at\n*pycommute*'s [documentation website](https://krivenko.github.io/pycommute/).\n\nInstallation from sources\n-------------------------\n\n* [Download](https://github.com/krivenko/libcommute/releases) source code of\n  *libcommute* 0.6 or newer and optionally\n  [install](https://krivenko.github.io/libcommute/installation.html) it.\n\n* Install Python prerequisites:\n\n  - [packaging \u003e= 17.0](https://pypi.org/project/packaging/)\n  - [pybind11 \u003e= 2.6.0](https://pypi.org/project/pybind11/)\n  - [numpy \u003e= 1.12.0](https://pypi.org/project/numpy/)\n\n* Run the following command in the unpacked source archive of *pycommute*,\n\n```\nLIBCOMMUTE_INCLUDEDIR=\"\u003cpath_to_libcommute\u003e/include\" python setup.py install\n```\n\n``\u003cpath_to_libcommute\u003e`` must be either installation or source directory of\n*libcommute*.\n\nAutomated installation using ``pip``\n------------------------------------\n\n```\nLIBCOMMUTE_INCLUDEDIR=\"\u003cpath_to_libcommute\u003e/include\" pip install pycommute\n```\n\nDocker images\n-------------\n\nDocker images of tagged releases of *pycommute* are available from\n[Docker Hub](https://hub.docker.com/repository/docker/ikrivenko/pycommute).\n\n```\ndocker run --rm -p 8888:8888 ikrivenko/pycommute:latest\n```\n\nThis command will pull the most recent image and launch a\n[Jupyter](https://jupyter.org/) notebook server accessible at\n[http://127.0.0.1:8888/](http://127.0.0.1:8888/). The server is run in a\ndirectory with a few interactive example notebooks.\n\nCiting\n------\n\nIf you find this package useful for your research, you can help me by citing it\nusing the following BibTeX entry.\n\n```\n@article{pycommute,\n    title = {{libcommute/pycommute: A quantum operator algebra domain-specific\n              language and exact diagonalization toolkit}},\n    author = {Igor Krivenko},\n    journal = {SoftwareX},\n    volume = {17},\n    pages = {100937},\n    year = {2022},\n    issn = {2352-7110},\n    doi = {10.1016/j.softx.2021.100937}\n}\n```\n\nLicense\n-------\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrivenko%2Fpycommute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrivenko%2Fpycommute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrivenko%2Fpycommute/lists"}