ALPS MPS Codes
Reference documentation.
|
#include <zq.h>
Public Member Functions | |
ZqCharge (unsigned int c=0) | |
bool | operator== (ZqCharge< Q > b) const |
bool | operator!= (ZqCharge< Q > b) const |
ZqCharge | operator- () const |
unsigned int | get () |
template<class Archive > | |
void | save (Archive &ar) const |
template<class Archive > | |
void | load (Archive &ar) |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
unsigned int | c_ |
Friends | |
ZqCharge< Q > | operator+ (ZqCharge< Q > a, ZqCharge< Q > b) |
std::ostream & | operator<< (std::ostream &os, ZqCharge< Q > c) |
bool | operator< (ZqCharge< Q > a, ZqCharge< Q > b) |
bool | operator> (ZqCharge< Q > a, ZqCharge< Q > b) |
|
inline |
|
friend |