Skip to content

maxnus/btensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A package for basis independent tensor operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages