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

Content:

  • Getting started
    • Installing metatensor
    • Goals of this library
    • Core concepts
  • API reference
    • Python API reference
      • TensorMap
      • TensorBlock
      • Labels
      • Serialization
      • Data arrays
      • Miscelaneous
      • Changelog
    • 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
        • detach()
        • drop_blocks()
        • join()
        • manipulate dimension
        • one_hot()
        • remove_gradients()
        • requires_grad()
        • samples reduction
        • slice()
        • split()
      • Mathematical functions
        • abs()
        • add()
        • divide()
        • multiply()
        • pow()
        • subtract()
      • Set operations
        • unique_metadata()
        • sort()
      • Changelog
    • C++ API reference
      • TensorMap
      • Labels
      • TensorBlock
      • Data arrays
      • Miscelaneous
      • Changelog
    • C API reference
      • TensorMap
      • Labels
      • TensorBlock
      • Data arrays
      • Miscelaneous
      • Changelog
    • Rust API reference
    • TorchScript API reference
      • TensorMap
      • TensorBlock
      • Labels
      • Serialization
      • Changelog
      • TorchScript C++ API reference
        • TensorMap
        • TensorBlock
        • Labels
        • Miscellaneous
  • Atomistic Models
    • API reference
      • Systems
      • Models
      • Atomic Simulation Environment (ASE) integration
      • C++ API reference
        • Systems
        • Models
    • Standard model outputs
    • Tutorials
      • Exporting a model
      • Running Molecular Dynamics with ASE
  • Developer documentation
    • Getting started
    • Code organization
    • Version number management
Back to top

Set operations#

  • unique_metadata()
  • sort()
Next
unique_metadata
Previous
subtract
Copyright © 2024, Guillaume Fraux, Davide Tisi, Philip Loche, Joseph W. Abbott, Jigyasa Nigam, Chiheb Ben Mahmoud
Made with Sphinx and @pradyunsg's Furo