Skip to content

Commit

Permalink
build based on 8e28e09
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 13, 2024
1 parent 6a4c361 commit a08e9d9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-13T18:24:32","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-13T18:24:52","documenter_version":"1.2.1"}}
12 changes: 6 additions & 6 deletions dev/contractionorder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

contraction_complexity(code, size_dict)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Time complexity: 2^13.287712379549449
Space complexity: 2^0.0
Read-write complexity: 2^8.64745842645492</code></pre><p>The return values are <code>log2</code> values of the number of iterations, number of elements of the largest tensor and the number of elementwise read-write operations.</p><pre><code class="language-julia hljs">optcode = optimize_code(code, size_dict, TreeSA())</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">SlicedEinsum{Char, DynamicNestedEinsum{Char}}(Char[], kl, kl -&gt;
├─ jk, jl -&gt; kl
Read-write complexity: 2^8.64745842645492</code></pre><p>The return values are <code>log2</code> values of the number of iterations, number of elements of the largest tensor and the number of elementwise read-write operations.</p><pre><code class="language-julia hljs">optcode = optimize_code(code, size_dict, TreeSA())</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">SlicedEinsum{Char, DynamicNestedEinsum{Char}}(Char[], ki, ki -&gt;
├─ jk, ij -&gt; ki
│ ├─ jk
│ └─ ij, li -&gt; jl
│ ├─ ij
└─ li
└─ kl
│ └─ ij
└─ kl, li -&gt; ki
├─ kl
└─ li
)</code></pre><p>The output value is a binary contraction tree with type <a href="../docstrings/#OMEinsum.NestedEinsum"><code>NestedEinsum</code></a> type. The time and readwrite complexities are significantly reduced comparing to the direct contraction.</p><pre><code class="language-julia hljs">contraction_complexity(optcode, size_dict)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Time complexity: 2^11.036173612553485
Space complexity: 2^6.643856189774724
Read-write complexity: 2^9.64565843240871</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../implementation/">« Implementations</a><a class="docs-footer-nextpage" href="../extending/">Extending OMEinsum »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Saturday 13 January 2024 18:24">Saturday 13 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit a08e9d9

Please sign in to comment.