https://github.com/ITensor/ITensor
Raw File
Tip revision: 6b54fa39438c296f80049dc937ca966746eded68 authored by Miles Stoudenmire on 11 April 2016, 18:02:29 UTC
Updated localop.h diag method to correctly use delta function to tie indices. Fixes #96 - thanks to Xiongjie Yu for reporting it.
Tip revision: 6b54fa3
core.h
//
// Distributed under the ITensor Library License, Version 1.2
//    (See accompanying LICENSE file.)
//
#ifndef __ITENSOR_CORE_H
#define __ITENSOR_CORE_H

//
// core.h - convenience header file that
//          includes the 'core' features 
//          of the ITensor library
//
//          (the headers explicitly included
//          here are not meant to be an 
//          exhaustive list, but are 
//          a minimal set which pull in
//          the key features)
//

#include "itensor/decomp.h"
#include "itensor/eigensolver.h"
#include "itensor/util/autovector.h"
#include "itensor/util/readwrite.h"

#endif
back to top