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 Using Nushell

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

Struct IndexSpace::bad_key¶

  • Defined in File space.hpp

Nested Relationships¶

This struct is a nested type of Class IndexSpace.

Inheritance Relationships¶

Base Type¶

  • public sequant::Exception (Class Exception)

Struct Documentation¶

struct bad_key : public sequant::Exception

exception type thrown when encountered unknown/invalid IndexSpace::base_key() or Index::label()

Public Functions

inline bad_key()
template<basic_string_convertible S>
inline bad_key(S &&key)
Copyright © 2026, SeQuant developers
Made with Sphinx and @pradyunsg's Furo
Last updated on Mar 11, 2026 6:52:24 PM
On this page
  • Struct IndexSpace::bad_key
    • Nested Relationships
    • Inheritance Relationships
      • Base Type
    • Struct Documentation
      • sequant::IndexSpace::bad_key
        • bad_key()
        • bad_key()