Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 675 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 675 Bytes

CI

BTensor

BTensor defines a tensor type, a generalization of NumPy's ndarray, which can store a basis along each dimension. When performing tensor operations, such as additions or contractions, BTensor will ensure that:

  • The bases of the tensors are compatible along all dimensions or raise an exception if not
  • If the bases are compatible, but not equal, necessary basis transformations will be carried out automatically

Please refer to the documentation for more information.