mps-0.0.0
MatrixProductStatesinC++
Main Page
Modules
Namespaces
Data Structures
All
Data Structures
Namespaces
Functions
Variables
Enumerations
Enumerator
Groups
Pages
hamiltonian_expected_d.cc
1
// -*- mode: c++; fill-column: 80; c-basic-offset: 2; indent-tabs-mode: nil -*-
2
/*
3
Copyright (c) 2010 Juan Jose Garcia Ripoll
4
5
Tensor is free software; you can redistribute it and/or modify it
6
under the terms of the GNU Library General Public License as published
7
by the Free Software Foundation; either version 2 of the License, or
8
(at your option) any later version.
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU Library General Public License for more details.
14
15
You should have received a copy of the GNU General Public License along
16
with this program; if not, write to the Free Software Foundation, Inc.,
17
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
*/
19
20
#include <mps/hamiltonian.h>
21
#include "hamiltonian_expected.cc"
22
23
namespace
mps {
24
25
double
expected
(
const
RMPS
&psi,
const
Hamiltonian
&H,
double
t)
26
{
27
return
do_expected(psi, H, t);
28
}
29
30
}
// namespace mps
31
mps::RMPS
Real matrix product structure.
Definition:
rmps.h:31
mps::Hamiltonian
Base class for 1D lattice Hamiltonians.
Definition:
hamiltonian.h:33
mps::expected
double expected(const RMPS &psi, const Hamiltonian &H, double t)
Expected value of a Hamiltonian over a matrix product state.
Definition:
hamiltonian_expected_d.cc:25
src
hamiltonian
hamiltonian_expected_d.cc
Generated on Fri Apr 24 2015 00:20:35 for mps-0.0.0 by
1.8.6