There are several c++ class libraries that implement expression templates. ohmms classes are built on PETE library, for its compactness and easy-to-customize features. The interfaces, member functions and operators, of the classes in OhmmsPETE and ParticleBase are almost compatible to those of blitz++ library. This makes it possible for the users to switch the underlying expression template library to blitz++. With g++ compiler (3.2 or higher), there isn't any significant performance discrepancy between PETE, blitz++ or boost::ublas. On a regular basis, the ohmms developers test the expression template libraries with various C++ compilers on the main platforms where their applications run and their relative performance is used to determine the default library for the expression templates.
More on expression templates and implementations can be found: