ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link

Make inds more generic #36

Closed mtfishman closed 4 years ago

mtfishman commented 4 years ago

This simplifies the overload requirement for custom inds to just overload dim for each element.

It also makes Dense Tensor constructors more generic (allows generic indices).