![]() |
dirac_solver 0.0.1
A Dirac ecuation Solver
|
Clases | |
| struct | Spinor |
typedefs | |
| using | complex = std::complex< double > |
| using | Matrix4x4 = std::array< std::array< complex, 4 >, 4 > |
Funciones | |
| Spinor | multiply (const Matrix4x4 &M, const Spinor &s) |
| Spinor | operator+ (const Spinor &a, const Spinor &b) |
| Spinor | operator- (const Spinor &a, const Spinor &b) |
| Spinor | operator* (const complex &c, const Spinor &s) |
Variables | |
| const Matrix4x4 | I4 |
| const Matrix4x4 | beta |
| const Matrix4x4 | alpha_x |
| const Matrix4x4 | alpha_y |
| const Matrix4x4 | alpha_z |
| using Dirac::complex = typedef std::complex<double> |
| using Dirac::Matrix4x4 = typedef std::array<std::array<complex, 4>, 4> |