Forward definitions needed for representation framework. More...
#include "inc/util/configuration.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Typedefs | |
typedef std::array< RDef, GroupMaxDegree > | syten::RepLabel |
Label of single irrep within a group. More... | |
Enumerations | |
enum class | syten::Group : char { Nil , U1 , SU2 , SU3 , Z } |
Implemented mathematical groups. More... | |
Functions | |
constexpr Index | syten::degree (Group const g) |
The degree of a specific group. More... | |
constexpr bool | syten::hasCGC (Group const g) |
Returns true if the group g requires using a CGC space. More... | |
std::ostream & | syten::operator<< (std::ostream &out, Group const &g) |
Output of a mathematical group. More... | |
Variables | |
constexpr Index | syten::GroupMaxDegree = SYTEN_MAX_DEG |
The maximal number of labels currently allowed per irrep. More... | |
Forward definitions needed for representation framework.