ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct template lattice_traits<coordinate_lattice< B, V >>

alps::lattice_traits<coordinate_lattice< B, V >>

Synopsis

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

template<typename B, typename V> 
struct lattice_traits<coordinate_lattice< B, V >> {
  // types
  typedef coordinate_lattice< B, V >::unit_cell_type        unit_cell_type;       
  typedef coordinate_lattice< B, V >::cell_descriptor       cell_descriptor;      
  typedef coordinate_lattice< B, V >::offset_type           offset_type;          
  typedef coordinate_lattice< B, V >::vector_type           vector_type;          
  typedef coordinate_lattice< B, V >::basis_vector_iterator basis_vector_iterator;
};
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext