![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::EigenvectorMeasurements
// In header: <alps/scheduler/measurement_operators.h> template<typename ValueType> class EigenvectorMeasurements : public alps::MeasurementLabels { public: // types typedef ValueType value_type; // construct/copy/destruct template<typename LatticeModel> EigenvectorMeasurements(LatticeModel const &); // public member functions void write_xml_one_vector(oxstream &, const boost::filesystem::path &, int) const; XMLTag handle_tag(std::istream &, const XMLTag &) ; bool empty() const; std::map< std::string, std::vector< value_type > > average_values; std::map< std::string, std::vector< std::vector< value_type > > > local_values; std::map< std::string, std::vector< std::vector< value_type > > > correlation_values; std::map< std::string, std::vector< std::vector< value_type > > > structurefactor_values; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |