glucat  0.12.0
Classes | Typedefs | Variables
glucat::gen Namespace Reference

Classes

class  generator_table
 Table of generators for specific signatures. More...
 

Typedefs

using signature_t = std::pair< index_t, index_t >
 A signature is a pair of indices, p, q, with p == frame.max(), q == -frame.min() More...
 

Variables

static const std::array< index_t, 8 > offset_to_super = {0,-1, 0,-1,-2, 3, 2, 1}
 Offsets between the current signature and that of the real superalgebra. More...
 

Typedef Documentation

◆ signature_t

using glucat::gen::signature_t = typedef std::pair<index_t, index_t>

A signature is a pair of indices, p, q, with p == frame.max(), q == -frame.min()

Definition at line 48 of file generation.h.

Variable Documentation

◆ offset_to_super

const std::array<index_t, 8> glucat::gen::offset_to_super = {0,-1, 0,-1,-2, 3, 2, 1}
static