ITensors.jl
A Julia library for efficient tensor computations and tensor network
ITensors.jl is a high-performance Julia library for tensor network calculations, primarily used in quantum physics and computational science. It enables efficient manipulation of large, structured tensors with named indices and provides an intuitive interface for implementing algorithms like DMRG (Density Matrix Renormalization Group), TEBD (Time-Evolving Block Decimation), and more. ITensors.jl leverages Julia’s multiple dispatch and performance features to simplify the development of...