“…In an earlier work by one of the authors [10], to perform the most expensive part of the computationstensor contractions, the ncon Python library was used. There is an equivalent way of doing these contractions which has been extensively used in machine learning and is known as opt_einsum [11] which was used for standard CPU computations in [12]. In this work, we make use of additional capabilities of opt_einsum by performing these contractions on a GPU architecture without explicitly copying any tensor to GPU device.…”