Xerus v2.3.0 Release Notes

Release Date: 2016-04-04 // about 8 years ago
    • Added save_to_file and load_from_file functions to store and restore Tensors and TensorNetworks in/from files.
    • Added SVD based calculate_pseudo_inverse function to Tensor.
    • โž• Added implementation for perform_trace() for sparse Tensors.
    • ๐Ÿ›  Fixed the pipe operator for xerus::misc::generic_exception to not destroy the type information.
    • ๐Ÿ› Bug fix in the handling of fixed indices in TensorNetworks.
    • Several static member function now warn if their return type is not used.
    • ๐ŸŽ‰ Initial support for compilation with the intel ICC.