ITensor / NDTensors.jl

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

Used LAPACK gesdd by default #45

Closed mtfishman closed 3 years ago

mtfishman commented 3 years ago

This makes the svd use LAPACK's gesdd by default. It also catches any errors from gesdd, and if there are errors it returns nothing and prints out an explanation about how to try other SVD algorithms.