cc.redberry.physics.feyncalc
Class LeviCivitaSimplifyTransformation
- java.lang.Object
-
- cc.redberry.physics.feyncalc.LeviCivitaSimplifyTransformation
-
- All Implemented Interfaces:
- Transformation
public class LeviCivitaSimplifyTransformation extends java.lang.Object implements Transformation
Simplifies combinations of Levi-Civita tensors.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cc.redberry.core.transformations.Transformation
Transformation.Util
-
-
Field Summary
-
Fields inherited from interface cc.redberry.core.transformations.Transformation
INDENTITY
-
-
Constructor Summary
Constructors Constructor and Description LeviCivitaSimplifyTransformation(SimpleTensor leviCivita, boolean minkowskiSpace)Creates transformation, which simplifies combinations of Levi-Civita tensors in Euclidean or Minkowski space.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tensortransform(Tensor t)Transforms specified tensor and returns the result.
-
-
-
Constructor Detail
-
LeviCivitaSimplifyTransformation
public LeviCivitaSimplifyTransformation(SimpleTensor leviCivita, boolean minkowskiSpace)
Creates transformation, which simplifies combinations of Levi-Civita tensors in Euclidean or Minkowski space.- Parameters:
leviCivita- tensor, which will be considered as Levi-Civita tensorminkowskiSpace- iftrue, then Levi-Civita tensor will be considered in Minkowski space (so e.g. e_abcd*e^abcd = -24), otherwise in Euclidean space (so e.g. e_abcd*e^abcd = +24)
-
-
Method Detail
-
transform
public Tensor transform(Tensor t)
Description copied from interface:TransformationTransforms specified tensor and returns the result.- Specified by:
transformin interfaceTransformation- Parameters:
t- tensor- Returns:
- transformed tensor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG