{"id":38529283,"url":"https://github.com/piskunow/fermi-contours","last_synced_at":"2026-01-17T06:53:06.898Z","repository":{"id":63210592,"uuid":"566054556","full_name":"piskunow/fermi-contours","owner":"piskunow","description":"Fermi Contours","archived":false,"fork":false,"pushed_at":"2024-02-05T17:10:09.000Z","size":1473,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-21T10:13:52.133Z","etag":null,"topics":["contours","density-of-states","quantum-physics","semiclassical"],"latest_commit_sha":null,"homepage":"https://fermi-contours.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piskunow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-14T21:52:37.000Z","updated_at":"2023-11-14T17:15:09.000Z","dependencies_parsed_at":"2023-11-14T12:43:40.438Z","dependency_job_id":null,"html_url":"https://github.com/piskunow/fermi-contours","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":"0.46153846153846156","last_synced_commit":"cdd37c427b515de77ec1acf5bc10b51f45659544"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/piskunow/fermi-contours","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piskunow%2Ffermi-contours","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piskunow%2Ffermi-contours/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piskunow%2Ffermi-contours/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piskunow%2Ffermi-contours/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piskunow","download_url":"https://codeload.github.com/piskunow/fermi-contours/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piskunow%2Ffermi-contours/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["contours","density-of-states","quantum-physics","semiclassical"],"created_at":"2026-01-17T06:53:06.797Z","updated_at":"2026-01-17T06:53:06.872Z","avatar_url":"https://github.com/piskunow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fermi Contours\n\n[![PyPI](https://img.shields.io/pypi/v/fermi-contours.svg)][pypi status]\n[![Status](https://img.shields.io/pypi/status/fermi-contours.svg)][pypi status]\n[![Python Version](https://img.shields.io/pypi/pyversions/fermi-contours)][pypi status]\n[![License](https://img.shields.io/pypi/l/fermi-contours)][license]\n\n[![Read the documentation at https://fermi-contours.readthedocs.io/](https://img.shields.io/readthedocs/fermi-contours/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![Tests](https://github.com/piskunow/fermi-contours/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/piskunow/fermi-contours/branch/main/graph/badge.svg)][codecov]\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\n\n[pypi status]: https://pypi.org/project/fermi-contours/\n[read the docs]: https://fermi-contours.readthedocs.io/\n[tests]: https://github.com/piskunow/fermi-contours/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/piskunow/fermi-contours\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n\n## Reference\n\nCode adapted from\n\nPerez-Piskunow, Pablo M, Bovenzi, Nicandro, Akhmerov, Anton R, \u0026 Breitkreiz, Maxim. (2021).\nCode and data associated with the paper\n\"Chiral Anomaly Trapped in Weyl Metals: Nonequilibrium Valley Polarization at\nZero Magnetic Field\"\n(1.0.1). Zenodo.\n[https://doi.org/10.5281/zenodo.4704325](https://doi.org/10.5281/zenodo.4704325)\n\nand extended to take into account periodic boundaries and other edge-cases.\n\n## Requirements\n\n- Python \u003e=3.9\n\n## Installation\n\nYou can install _Fermi Contours_ via [pip] from [PyPI]:\n\n```console\n$ pip install fermi-contours\n```\n\n## Usage\n\nPlease see the [Command-line Reference] for details.\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license],\n_Fermi Contours_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n## Credits\n\nThis project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.\n\n[@cjolowicz]: https://github.com/cjolowicz\n[pypi]: https://pypi.org/\n[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python\n[file an issue]: https://github.com/piskunow/fermi-contours/issues\n[pip]: https://pip.pypa.io/\n\n\u003c!-- github-only --\u003e\n\n[license]: https://github.com/piskunow/fermi-contours/blob/main/LICENSE\n[contributor guide]: https://github.com/piskunow/fermi-contours/blob/main/CONTRIBUTING.md\n[command-line reference]: https://fermi-contours.readthedocs.io/en/latest/usage.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiskunow%2Ffermi-contours","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiskunow%2Ffermi-contours","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiskunow%2Ffermi-contours/lists"}