https://github.com/ITensor/ITensor
Raw File
Tip revision: 54f7624db3f41698bd51f5ddf5e801bb199cf627 authored by Miles Stoudenmire on 29 October 2015, 20:42:07 UTC
Added randomTensor template function for ITensor case.
Tip revision: 54f7624
core.h
//
// Distributed under the ITensor Library License, Version 1.1.
//    (See accompanying LICENSE file.)
//
#ifndef __ITENSOR_CORE_H
#define __ITENSOR_CORE_H

#include "itensor/mps/dmrg.h"

#endif
back to top