import Tensor data
Description
tensor.load is a high level method for importing tensors from external files. It autodetects the format of the file.
Syntax
T = tensor.load(fname,cs)Input
| fname | filename | 
| cs | crystalSymmetry | 
Output
| T | tensor | 
import Tensor data
tensor.load is a high level method for importing tensors from external files. It autodetects the format of the file.
T = tensor.load(fname,cs)
| fname | filename | 
| cs | crystalSymmetry | 
| T | tensor |