Expand description
Core types for tensor train operations
Re-exports§
pub use crate::tensor::Tensor3;
Traits§
- Tensor3
Ops - Convenience accessors for rank-3 core tensors with shape
(left_bond, site_dim, right_bond).
Functions§
- tensor3_
from_ data - Create a rank-3 tensor from flat data in column-major order.
- tensor3_
zeros - Create a zero-filled rank-3 tensor with shape
(left_dim, site_dim, right_dim).
Type Aliases§
- Local
Index - Local index type (index within a single tensor site)
- Multi
Index - Multi-index type (indices across all sites)