Contains implementations for fermion (Weyl, Dirac, Majorana) for MARTY. More...
#include "quantumField.h"Go to the source code of this file.
Data Structures | |
| class | mty::WeylFermion |
| Weyl fermion, two-component Chiral particle. More... | |
| class | mty::DiracFermion |
| Dirac or Majorana fermion in MARTY. More... | |
Namespaces | |
| mty | |
| Namespace of MARTY. | |
Functions | |
| template<class ... Args> | |
| Particle | mty::weylfermion_s (Args &&...args) |
| Delegates the construction of a Weyl fermion and returns the result. More... | |
| template<class ... Args> | |
| Particle | mty::diracfermion_s (Args &&...args) |
| Delegates the construction of a Dirac fermion and returns the result. More... | |
Contains implementations for fermion (Weyl, Dirac, Majorana) for MARTY.
1.8.13