Ashley Milsted

2papers

2 Papers

STR-ELMay 3, 2019Code
TensorNetwork on TensorFlow: A Spin Chain Application Using Tree Tensor Networks

Ashley Milsted, Martin Ganahl, Stefan Leichenauer et al.

TensorNetwork is an open source library for implementing tensor network algorithms in TensorFlow. We describe a tree tensor network (TTN) algorithm for approximating the ground state of either a periodic quantum spin chain (1D) or a lattice model on a thin torus (2D), and implement the algorithm using TensorNetwork. We use a standard energy minimization procedure over a TTN ansatz with bond dimension $χ$, with a computational cost that scales as $O(χ^4)$. Using bond dimension $χ\in [32,256]$ we compare the use of CPUs with GPUs and observe significant computational speed-ups, up to a factor of $100$, using a GPU and the TensorNetwork library.

COMP-PHMay 3, 2019Code
TensorNetwork: A Library for Physics and Machine Learning

Chase Roberts, Ashley Milsted, Martin Ganahl et al.

TensorNetwork is an open source library for implementing tensor network algorithms. Tensor networks are sparse data structures originally designed for simulating quantum many-body physics, but are currently also applied in a number of other research areas, including machine learning. We demonstrate the use of the API with applications both physics and machine learning, with details appearing in companion papers.