API documentation ================= The core implementation of ``sphericart`` is written in C++ and CUDA. This core library is then also made available to different environments (C, Python, PyTorch, JAX). This section contains a description of the interface of the ``sphericart`` library for the different languages and frameworks it supports. .. toctree:: :maxdepth: 1 cpp-api c-api cuda-api python-api pytorch-api jax-api metatensor-api Although the Julia API is not fully documented yet, basic usage examples are available `here `_.