1#ifndef RPC_HAMILTONIAN_ANALYZER_H
2#define RPC_HAMILTONIAN_ANALYZER_H
11#include "AverageListAnalyzer.h"
16 template <
int D>
class System;
17 template <
int D>
class Simulator;
122 {
return *systemPtr_; }
127 {
return *simulatorPtr_; }
129 #ifndef RPC_HAMILTONIAN_ANALYZER_TPP
Analyze averages and block averages of several real variables.
void setName(int i, std::string name)
Set name of variable.
void setValue(int i, double value)
Set current value, used by compute function.
Compute averages and output block averages of Hamiltonian components.
virtual ~HamiltonianAnalyzer()
Destructor.
Simulator< D > * simulatorPtr_
Pointer to parent Simulator.
System< D > * systemPtr_
Pointer to the parent system.
void compute()
Compute and store values of Hamiltonian components.
System< D > & system()
Return reference to parent system.
Simulator< D > & simulator()
Return reference to parent Simulator.
virtual void readParameters(std::istream &in)
Read interval and output file name.
HamiltonianAnalyzer(Simulator< D > &simulator, System< D > &system)
Constructor.
Field theoretic simulator (base class).
Main class for SCFT or PS-FTS simulation of one system.
Loading (input) archive for binary istream.
Saving / output archive for binary ostream.
void setClassName(const char *className)
Set class name string.
virtual void save(Serializable::OArchive &ar)
Saves all parameters to an archive.
virtual void loadParameters(Serializable::IArchive &ar)
Load state from archive, without adding Begin and End lines.
PSCF package top-level namespace.
Utility classes for scientific computation.