ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template SimpleMCFactory

alps::scheduler::SimpleMCFactory

Synopsis

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

template<typename WORKER> 
class SimpleMCFactory :
  public alps::scheduler::BasicFactory< MCSimulation, WORKER >
{
public:
  // construct/copy/destruct
  SimpleMCFactory();
};

Description

SimpleMCFactory public construct/copy/destruct

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

PrevUpHomeNext