Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
SeQuant Documentation
Logo

User

  • Getting started
    • Wick’s Theorem
    • Register Index Spaces
    • Operators
  • Installation
  • User Guide
    • Operator Interface for Symbolic Many-Body Algebra
    • Coupled-Cluster Class
    • Evaluation Trace Analysis Using Nushell

Developer

  • Developer docs
    • Documentation Guide
  • API reference

See Also

  • TiledArray
  • Massively Parallel Quantum Chemistry
  • Valeev Research Group
Back to top
View this page

Struct StrategyPair¶

  • Defined in File context.hpp

Struct Documentation¶

struct StrategyPair¶

A combination of a Load and ZeroStrategy

See also

LoadStrategy

See also

ZeroStrategy

Public Functions

StrategyPair() = default¶
StrategyPair(LoadStrategy load, ZeroStrategy zero)¶
StrategyPair(LoadStrategy load)¶
StrategyPair(ZeroStrategy zero)¶

Public Members

LoadStrategy load = LoadStrategy::Create¶
ZeroStrategy zero = ZeroStrategy::ZeroOnCreate¶
Copyright © 2025, SeQuant developers
Made with Sphinx and @pradyunsg's Furo
Last updated on Dec 12, 2025 2:44:02 AM
On this page
  • Struct StrategyPair
    • Struct Documentation
      • sequant::StrategyPair
        • StrategyPair()
        • StrategyPair()
        • StrategyPair()
        • StrategyPair()
        • load
        • zero