{"id":21099932,"url":"https://github.com/metatensor/featomic","last_synced_at":"2026-05-18T10:01:17.970Z","repository":{"id":37084022,"uuid":"298303912","full_name":"metatensor/featomic","owner":"metatensor","description":"Computing representations for atomistic machine learning","archived":false,"fork":false,"pushed_at":"2026-05-11T12:09:42.000Z","size":37056,"stargazers_count":80,"open_issues_count":43,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-05-11T12:10:34.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.metatensor.org/featomic/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metatensor.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-24T14:28:34.000Z","updated_at":"2026-05-11T12:08:06.000Z","dependencies_parsed_at":"2026-02-03T12:05:19.894Z","dependency_job_id":null,"html_url":"https://github.com/metatensor/featomic","commit_stats":null,"previous_names":["luthaf/featomic","metatensor/featomic","luthaf/rascaline"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/metatensor/featomic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metatensor%2Ffeatomic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metatensor%2Ffeatomic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metatensor%2Ffeatomic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metatensor%2Ffeatomic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metatensor","download_url":"https://codeload.github.com/metatensor/featomic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metatensor%2Ffeatomic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-19T23:01:12.360Z","updated_at":"2026-05-18T10:01:17.901Z","avatar_url":"https://github.com/metatensor.png","language":"Rust","funding_links":[],"categories":["Representation Engineering"],"sub_categories":[],"readme":"Featomic\n=========\n\n|test| |docs| |cov|\n\nFeatomic is a library for the efficient computing of representations for atomistic\nmachine learning also called \"descriptors\" or \"fingerprints\". These representations\ncan be used for atomistic machine learning (ml) models including ml potentials,\nvisualization or similarity analysis.\n\nThe core of the library is written in Rust and we provide\nAPIs for C/C++ and Python as well.\n\n.. warning::\n\n    **Featomic is still as the proof of concept stage. You should not use it for\n    anything important.**\n\nList of implemented representations\n###################################\n\n.. inclusion-marker-representations-start\n\n.. list-table::\n   :widths: 25 50 20\n   :header-rows: 1\n\n   * - representation\n     - description\n     - gradients\n\n   * - Spherical expansion\n     - Atoms are represented by the expansion of their neighbor's density on\n       radial basis and spherical harmonics. This is the core of representations\n       in SOAP (Smooth Overlap of Atomic Positions)\n     - positions, strain, cell\n   * - SOAP radial spectrum\n     - Atoms are represented by 2-body correlations of their neighbors' density\n     - positions, strain, cell\n   * - SOAP power spectrum\n     - Atoms are represented by 3-body correlations of their neighbors' density\n     - positions, strain, cell\n   * - LODE Spherical Expansion\n     - Core of representations in LODE (Long distance equivariant)\n     - positions\n   * - Sorted distances\n     - Each atom is represented by a vector of distance to its neighbors within\n       the spherical cutoff\n     - no\n   * - Neighbor List\n     - Each pair is represented by the vector between the atoms. This is\n       intended to be used as a starting point for more complex representations\n     - positions\n   * - AtomicComposition\n     - Obtaining the stoichiometric information of a system\n     - positions, strain, cell\n\n.. inclusion-marker-representations-end\n\nFor details, tutorials, and examples, please have a look at our `documentation`_.\n\n.. _`documentation`: https://metatensor.github.io/featomic/index.html\n\n.. |test| image:: https://img.shields.io/github/check-runs/metatensor/featomic/main?logo=github\u0026label=tests\n    :alt: Tests status\n    :target: https://github.com/metatensor/featomic/actions?query=branch%3Amain\n\n.. |docs| image:: https://img.shields.io/badge/documentation-latest-sucess\n    :alt: Documentation\n    :target: `documentation`_\n\n.. |cov| image:: https://codecov.io/gh/metatensor/featomic/branch/main/graph/badge.svg\n    :alt: Coverage Status\n    :target: https://codecov.io/gh/metatensor/featomic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetatensor%2Ffeatomic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetatensor%2Ffeatomic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetatensor%2Ffeatomic/lists"}