ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template LatticeMCRun

alps::scheduler::LatticeMCRun

Synopsis

// In header: <alps/scheduler/montecarlo.h>

template<typename G = graph_helper<>::graph_type> 
class LatticeMCRun : public alps::scheduler::MCRun, public graph_helper< G > {
public:
  // construct/copy/destruct
  LatticeMCRun(const ProcessList &, const alps::Parameters &, int);
};

Description

LatticeMCRun public construct/copy/destruct

  1. LatticeMCRun(const ProcessList & w, const alps::Parameters & p, int n);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext