ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class EmptyUnitCell

alps::EmptyUnitCell

Synopsis

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


class EmptyUnitCell {
public:
  // construct/copy/destruct
  EmptyUnitCell(std::size_t = 0);

  // public member functions
  std::size_t dimension() const;
};

Description

EmptyUnitCell public construct/copy/destruct

  1. EmptyUnitCell(std::size_t d = 0);

EmptyUnitCell public member functions

  1. std::size_t dimension() const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext