ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
coded_model_factory< Matrix, Ztwo > Struct Template Reference

#include <factory_Ztwo.hpp>

Static Public Member Functions

static boost::shared_ptr
< model_impl< Matrix, Ztwo > > 
parse (Lattice const &lattice, BaseParameters &parms)
 

Detailed Description

template<class Matrix>
struct coded_model_factory< Matrix, Ztwo >

Definition at line 33 of file factory_Ztwo.hpp.

Member Function Documentation

template<class Matrix >
static boost::shared_ptr<model_impl<Matrix, Ztwo> > coded_model_factory< Matrix, Ztwo >::parse ( Lattice const &  lattice,
BaseParameters parms 
)
inlinestatic

Definition at line 35 of file factory_Ztwo.hpp.

36  {
37  typedef boost::shared_ptr<model_impl<Matrix, Ztwo> > impl_ptr;
38  throw std::runtime_error("Don't know any model with Ztwo symmetry group!");
39  return impl_ptr();
40  }

The documentation for this struct was generated from the following file: