Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • cmake-refactor
  • SupervisedLearning
  • Bin
  • MergeTreeClasses
  • OpenMP
  • MatrixDiagonalizationTemplates
  • WeightedSimulDiag
  • v0.1.1
  • v0.1.0
10 results

QuTree

  • Clone with SSH
  • Clone with HTTPS
  • 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:

    1. Install llvm and its version of openmp using homebrew: $ brew install llvm
    2. In CMakeLists.txt, set(openmp ON)
    3. When you run, $ export OMP_NUM_THREADS=<desired no. threads>

    Citation

    If QDlib is useful to your work, please cite the following paper:

    TODO