|
| | Generator (mty::GaugedGroup *t_group, mty::Irrep const &t_irrep, const std::string &t_name, const csl::Space *t_space) |
| | Constructor of a 1-indexed parent. More...
|
| |
| | Generator (mty::GaugedGroup *t_group, mty::Irrep const &t_irrep, const std::string &t_name, const std::vector< const csl::Space *> &t_space) |
| | Constructor of a n-indexed parent. More...
|
| |
| | Generator (mty::GaugedGroup *t_group, mty::Irrep const &t_irrep, const std::string &t_name, const std::vector< const csl::Space *> &t_space, const csl::Expr &t_tensor) |
| | Constructor of a n-indexed parent, with explicit tensor tensor. More...
|
| |
| | Generator (mty::GaugedGroup *t_group, mty::Irrep const &t_irrep, const std::string &t_name, const csl::Space *t_space, const csl::Expr &t_tensor) |
| | Constructor of a 1-indexed parent, with explicit tensor tensor. More...
|
| |
|
template<class ... Args> |
| csl::Expr | operator() (Args &&...args) |
| |
|
template<class ... Args> |
| csl::Expr | operator() (const std::vector< int > &indices, Args &&...args) |
| |
|
template<class ... Args> |
| csl::Expr | operator() (const std::vector< csl::Index > &indices, Args &&...args) |
| |
◆ Generator() [1/4]
Constructor of a 1-indexed parent.
- Parameters
-
| t_group | Group of the generator. |
| t_irrep | Irreducible representation of the generator. |
| t_name | Name of the parent. |
| t_space | Vector space in which the Index lives. |
◆ Generator() [2/4]
Constructor of a n-indexed parent.
- Parameters
-
| t_group | Group of the generator. |
| t_irrep | Irreducible representation of the generator. |
| t_name | Name of the parent. |
| t_space | List of the n spaces in which each index lives. |
◆ Generator() [3/4]
Constructor of a n-indexed parent, with explicit tensor tensor.
- Parameters
-
| t_group | Group of the generator. |
| t_irrep | Irreducible representation of the generator. |
| t_name | Name of the parent. |
| t_space | List of the n spaces in which each index lives. |
| t_tensor | Explicit tensor. Must match exactly the shape given by the IndexStructure. |
◆ Generator() [4/4]
Constructor of a 1-indexed parent, with explicit tensor tensor.
- Parameters
-
| t_group | Group of the generator. |
| t_irrep | Irreducible representation of the generator. |
| t_name | Name of the parent. |
| t_space | Vector space in which the index lives. |
| t_tensor | Explicit tensor. Must match exactly the shape given by the IndexStructure. |
The documentation for this class was generated from the following file: