public final class UnitarySimplifyTransformation extends Object implements cc.redberry.core.transformations.TransformationToStringAble
| Constructor and Description |
|---|
UnitarySimplifyTransformation(cc.redberry.core.tensor.SimpleTensor unitaryMatrix,
cc.redberry.core.tensor.SimpleTensor structureConstant,
cc.redberry.core.tensor.SimpleTensor symmetricConstant,
cc.redberry.core.tensor.Tensor dimension)
Creates transformation with given definitions.
|
UnitarySimplifyTransformation(UnitarySimplifyOptions options) |
public UnitarySimplifyTransformation(UnitarySimplifyOptions options)
public UnitarySimplifyTransformation(cc.redberry.core.tensor.SimpleTensor unitaryMatrix,
cc.redberry.core.tensor.SimpleTensor structureConstant,
cc.redberry.core.tensor.SimpleTensor symmetricConstant,
cc.redberry.core.tensor.Tensor dimension)
unitaryMatrix - unitary matrixstructureConstant - structure constants of SU(N)symmetricConstant - symmetric constants of SU(N)dimension - dimensionpublic cc.redberry.core.tensor.Tensor transform(cc.redberry.core.tensor.Tensor t)
transform in interface cc.redberry.core.transformations.Transformationpublic String toString(cc.redberry.core.context.OutputFormat outputFormat)
toString in interface cc.redberry.core.context.ToStringCopyright © 2016. All rights reserved.