https://github.com/ITensor/ITensor
Raw File
Tip revision: 53ca528238b40c2bf623f41df9a9fcafdaba8071 authored by Miles Stoudenmire on 02 April 2016, 18:34:41 UTC
Improved logic about printing scale in showEigs
Tip revision: 53ca528
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