Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ export default function SymmetryAwareEinsumContractionsApp() {
style={{ letterSpacing: '0.2em' }}
>
<span aria-hidden className="mr-2 inline-block h-px w-8 align-middle bg-gray-300" />
An interactive paper
An interactive walkthrough
</div>

<h1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const p = (text) => ({ kind: 'paragraph', text });

const preamble = {
title: 'Counting symmetry-aware einsums',
deck: 'Multiply once; accumulate wherever the orbit projects. This interactive paper counts exact direct events as representative-product multiplication chains plus $O \\to Q$ accumulation updates.',
deck: 'Multiply once; accumulate wherever the orbit projects. This interactive walkthrough counts exact direct events as representative-product multiplication chains plus $O \\to Q$ accumulation updates.',
slots: {
einsumIntroBeforeSummed: [
p('A direct einsum visits assignments of index labels. Labels that appear on inputs but not on the output are '),
Expand Down
2 changes: 1 addition & 1 deletion website/symmetry-explorer.route.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test('masthead lands the result and appendix transition exposes an A-E map', ()
'utf8',
);

assert.match(appSource, /An interactive paper/);
assert.match(appSource, /An interactive walkthrough/);
assert.match(appSource, /Counting symmetry-aware einsums/);
assert.match(appSource, /Symmetry can turn many label assignments into one representative product/);
assert.match(appSource, /reuse is only half the cost/);
Expand Down
Loading