https://github.com/ITensor/ITensor
Raw File
Tip revision: a7c7ec38ef00eff0b80337577d4c9c17fe6b6904 authored by Miles Stoudenmire on 22 May 2014, 21:20:26 UTC
Replaced Boost unit test framework with Catch framework (defined in catch.hpp).
Tip revision: a7c7ec3
core.h
//
// Distributed under the ITensor Library License, Version 1.1.
//    (See accompanying LICENSE file.)
//
#ifndef __ITENSOR_CORE_H
#define __ITENSOR_CORE_H

#include "dmrg.h"

#endif
back to top