TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

Initialization of orthogonal tensors with respect to a pivot

Open pragyasrivastava0805 opened this issue 3 years ago • 2 comments

created a new method in tensornetwork/linalg/initialization.py for initializing a random tensor with entries distributed according to normal distribution and performing QR Decomposition on it and returning the tensor Q so that when a tensor is contracted about a given pivot index,the result is orthogonal

pragyasrivastava0805 avatar Aug 25 '21 21:08 pragyasrivastava0805