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
    • I/O
    • Evaluation Trace Analysis
  • Utilities
    • External interface

Developer

  • Developer docs
    • Documentation Guide
  • API reference

Maintainer

  • Maintainer docs
    • Release Guide

See Also

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

Template Function sequant::make_batched_custom_evaluator¶

  • Defined in File eval.hpp

Function Documentation¶

template<typename F, typename IndexPredicate = accept_any_index, typename ScopeGuardFactory = make_no_scope_guard>
auto sequant::make_batched_custom_evaluator(F le, std::size_t target_batch_size, IndexPredicate accept = {}, ScopeGuardFactory make_scope_guard = {})¶
Copyright © 2026, SeQuant developers
Made with Sphinx and @pradyunsg's Furo
Last updated on Jun 6, 2026 5:13:16 AM
On this page
  • Template Function sequant::make_batched_custom_evaluator
    • Function Documentation
      • make_batched_custom_evaluator()