Class WickTheorem::Stats¶ Defined in File wick.hpp Nested Relationships¶ This class is a nested type of Template Class WickTheorem. Class Documentation¶ class Stats¶ Collects compute statistics. Public Functions inline Stats()¶ inline Stats(const Stats &other) noexcept¶ inline Stats &operator=(const Stats &other) noexcept¶ inline void reset()¶ inline Stats &operator+=(const Stats &other)¶ Public Members std::atomic<size_t> num_attempted_contractions¶ std::atomic<size_t> num_useful_contractions¶