Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements support for more corner cases involving ToT times T. #451

Merged
merged 27 commits into from
Jun 4, 2024

Conversation

bimalgaudel
Copy link
Member

Specifically, A(bi;a) * B(bi) -> C(i;a) kind of evaluations were not supported before this.

Notation: A is a ToT with two external modes (b and i) and an internal mode (a).

When the contraction occurs in the outer tensor (between two ToTs or between T or ToT), the contraction step cannot be passed to the expression layer. Example: `J = TA::einsum(I("i,j,k,l;eik,fjl"), S_1("i,j,k;aij,eik"), "i,j,l;aij,fjl");`
return result;
}

template <typename T, typename... Ts>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need dox

@evaleev evaleev merged commit 5cafb3f into master Jun 4, 2024
9 checks passed
@evaleev evaleev deleted the gaudel/tests/tot_corner_cases branch June 4, 2024 01:07
@bimalgaudel bimalgaudel restored the gaudel/tests/tot_corner_cases branch June 4, 2024 16:30
@bimalgaudel bimalgaudel deleted the gaudel/tests/tot_corner_cases branch June 6, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants