Expand description
Forward-mode (inference) implementation of TensorNetworkOps for the
NdArray backend.
ยงCurrent Limitations
The concrete forward backend implementation is currently NdArray<f64>.
Autodiff<NdArray<f64>> builds on top of this in crate::backward.
Other backends and element types remain future work.