Forward definitions needed for representation framework. More...
#include "inc/util/configuration.h"
Include dependency graph for rep_fwd.h:
This graph shows which files directly or indirectly include this file: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.