ValeevGroup / SeQuant

SeQuant: Symbolic Algebra of Tensors over Operators and Scalars
GNU General Public License v3.0
17 stars 6 forks source link

Use a default-constructed IndexSpaceRegistry instead of nullptr #221

Closed Krzmbrzl closed 4 months ago

Krzmbrzl commented 4 months ago

The docs claim that this was already the case, but the implementation used a default constructed pointer (which is nullptr) instead of a pointer to a default-constructed registry.