QDlib
A C++ math library with a focus on tensor operations for quantum dynamics simulations with tensor network states
Getting Started
TODO: Basic example
Installation
TODO: Instruction on compilation and/or installation through package managers
If you want to enable OpenMP for multi-threading on MacOS, do the following:
- Install llvm and its version of openmp using homebrew: $ brew install llvm
- In CMakeLists.txt, set(openmp ON)
- When you run, $ export OMP_NUM_THREADS=<desired no. threads>
Citation
If QDlib is useful to your work, please cite the following paper:
TODO