MetricTensor[mu, nu]
is the metric tensor. The default
dimension is 4.
The shortcut MetricTensor
is deprecated, please use
MT
instead!
[\[Alpha], \[Beta]]
MetricTensor
[% %] Contract
\bar{g}^{\alpha \beta }
4
[\[Alpha], \[Beta], Dimension -> D]
MetricTensor
[% %] Contract
g^{\alpha \beta }
D
StandardForm[MetricTensor[a, b]]
(*Pair[LorentzIndex[a], LorentzIndex[b]]*)
MetricTensor
is scheduled for removal in the future
versions of FeynCalc. The safe alternative is to use
MT
.
[\[Mu], \[Nu]] MT
\bar{g}^{\mu \nu }
[\[Mu], \[Nu]] MTD
g^{\mu \nu }
[MT[\[Mu], \[Nu]]] === MetricTensor[\[Mu], \[Nu]]
FCI
[MTD[\[Mu], \[Nu]]] === MetricTensor[\[Mu], \[Nu], Dimension -> D] FCI
\text{True}
\text{True}