ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template LatticeModelMCRun

alps::scheduler::LatticeModelMCRun

Synopsis

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

template<typename G = graph_helper<>::graph_type, typename I = short> 
class LatticeModelMCRun :
  public alps::scheduler::LatticeMCRun< G >, public model_helper< I >
{
public:
  // construct/copy/destruct
  LatticeModelMCRun(const ProcessList &, const alps::Parameters &, int, 
                    bool = false);

  // public member functions
  bool has_sign_problem() const;
};

Description

LatticeModelMCRun public construct/copy/destruct

  1. LatticeModelMCRun(const ProcessList & w, const alps::Parameters & p, int n, 
                      bool issymbolic = false);

LatticeModelMCRun public member functions

  1. bool has_sign_problem() const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext