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, NU1 > Struct Template Reference

#include <factory_nu1.hpp>

Static Public Member Functions

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

Detailed Description

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

Definition at line 30 of file factory_nu1.hpp.

Member Function Documentation

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

Definition at line 32 of file factory_nu1.hpp.

33  {
34  typedef boost::shared_ptr<model_impl<Matrix, NU1> > impl_ptr;
35  throw std::runtime_error("No coded models using the NU1 SymmGroup");
36  return impl_ptr();
37  }

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