ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template lattice_traits<simple_lattice< U, C >>

alps::lattice_traits<simple_lattice< U, C >>

Synopsis

// In header: <alps/lattice/simplelattice.h>

template<typename U, typename C> 
struct lattice_traits<simple_lattice< U, C >> {
  // types
  typedef simple_lattice< U, C >::unit_cell_type  unit_cell_type; 
  typedef simple_lattice< U, C >::cell_descriptor cell_descriptor;
  typedef simple_lattice< U, C >::offset_type     offset_type;    
};
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext