# TensorContractor ## Build ### Dependencies This code use the MPIR lib [https://mpir.org/index.html](https://mpir.org/index.html). In order to compile it, you can download it from the download page. Download the .zip file such that it contains the `./configure` script. Run: `./configure --enable-cxx --prefix=YOUR_INSTALLATION_PATH` Run: `make` Run: `make check` Run: `make install` Note: you may need to install (or compile) `yasm`. ### Compilation Go to `bin/`. Run CMake: ``` cmake .. ``` Run Make: ``` make ```