Package cc.redberry.transformation.collect

Examples of cc.redberry.transformation.collect.RenameContractedIndices


                    List<Tensor> generatedKroneckers = uncontractIndicesTransformation.getKroneckers();
                    split.factoredOut.add(generatedKroneckers);


                    //renaming indices of toCollect tensor
                    new RenameContractedIndices(collectedTerm.getCollectedFactorsIndicesNames().toArray()).transform(split.collectedTerm, split.factoredOut);

                    Tensor toCollect = split.collectedTerm;
                    Tensor collectedTensor = collectedTerm.collectedItem;

                    List<IndexMappingBuffer> buffers = IndexMappingUtils.createAllMappings(toCollect, collectedTensor, false);
View Full Code Here

TOP

Related Classes of cc.redberry.transformation.collect.RenameContractedIndices

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.