Tensor[KillingSpinors] - calculate the Killing spinors for a given spacetime
Calling Sequences
KillingSpinors(sigma p q options)
Parameters
sigma - a solder form on a 4-dimensional space-time
p, q - non-negative integers which specify the number of unprimed and primed indices for the Killing spinor
options - any of the following keyword arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output
|
Description
|
|
•
|
The command KillingSpinor generates the defining system of 1st order PDE for a Killing spinor and uses pdsolve to find the solutions to these PDE.
|
•
|
When using the keyword argument ansatz, additional algebraic or differential conditions may be imposed upon the unknowns using the keyword argument auxiliaryequations Here is a list of the auxiliary equations to be added to the Killing spinor equations.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KillingSpinor(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingSpinor(...).
|
|
|
Examples
|
|
>
|
|
Example 1.
We find the Killing spinors of type (1, 0), (0, 1) and (1, 1) on the spacetime with metric
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
Define an orthonormal tetrad for this metric.
M >
|
|
| (2.3) |
Use the command SolderForm to find the solder form defined by this orthonormal tetrad.
M >
|
|
| (2.4) |
We can check this solder form is compatible with the metric using the SpinorInnerProduct command.
M >
|
|
| (2.5) |
There is one Killing spinor of type (1, 0) , one of type (0, 1) , and 5 of type (1, 1).
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
M >
|
|
| (2.8) |
|
|