Contents Menu Expand Light mode Dark mode Auto light/dark mode
metatensor 0.1.0 documentation
metatensor 0.1.0 documentation

Content:

  • Getting started
    • Installing metatensor
    • Goals of this library
    • Core concepts
  • API reference
    • Python API reference
      • TensorMap
      • TensorBlock
      • Labels
      • Serialization
      • Data arrays
      • Miscelaneous
    • Python operations reference
      • Checks
        • checks_enabled()
        • unsafe_enable_checks()
        • unsafe_disable_checks()
      • Creation operations
        • empty_like()
        • ones_like()
        • zeros_like()
        • random_like()
        • block_from_array()
      • Linear algebra
        • dot()
        • lstsq()
        • solve()
      • Logic function
        • allclose()
        • equal()
        • equal_metadata()
      • Manipulation operations
        • drop_blocks()
        • join()
        • manipulate dimension
        • one_hot()
        • remove_gradients()
        • samples reduction
        • slice()
        • split()
        • to()
      • Mathematical functions
        • abs()
        • add()
        • divide()
        • multiply()
        • pow()
        • subtract()
      • Set operations
        • unique_metadata()
        • sort()
    • TorchScript API reference
      • TensorMap
      • TensorBlock
      • Labels
      • Serialization
      • TorchScript C++ API reference
        • TensorMap
        • TensorBlock
        • Labels
        • Serialization
    • C++ API reference
      • TensorMap
      • Labels
      • TensorBlock
      • Data arrays
      • Miscelaneous
    • C API reference
      • TensorMap
      • Labels
      • TensorBlock
      • Data arrays
      • Miscelaneous
    • Rust API reference
  • Developer documentation
    • Getting started
    • Code organization
    • Version number management
Back to top

Getting started#

The following sections describes how to install metatensor, and how the metatensor data format works.

  • Installing metatensor
    • Installing the Python library
    • Installing the C and C++ library
    • Using the Rust library
    • Installing the TorchScript bindings
  • Goals of this library
    • Metatensor as an exchange format
    • Metatensor as a prototyping tool
    • Metatensor for running simulation with custom models
  • Core concepts
    • TensorMap
    • Labels
    • TensorBlock
Next
Installing metatensor
Previous
Home
Copyright © 2023, Guillaume Fraux, Davide Tisi, Philip Loche, Joseph W. Abbott, Jigyasa Nigam, Chiheb Ben Mahmoud
Made with Sphinx and @pradyunsg's Furo