Skip to content

Commit

Permalink
build based on 3df3a2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jul 24, 2024
1 parent f64f128 commit 0a11ab7
Show file tree
Hide file tree
Showing 20 changed files with 164 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-10T11:12:45","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-24T13:47:03","documenter_version":"1.5.0"}}
2 changes: 1 addition & 1 deletion about/index.html

Large diffs are not rendered by default.

51 changes: 27 additions & 24 deletions api/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
plt.legend()
plt.tight_layout()
plt.savefig("output.svg")
</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../api/">Public API »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Wednesday 10 July 2024 11:12">Wednesday 10 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../api/">Public API »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Wednesday 24 July 2024 13:47">Wednesday 24 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions modules/diagrammatics/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions modules/exact_atomic_ppgf/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/expansion/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions modules/inchworm/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions modules/mpi/index.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions modules/ppgf/index.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions modules/qmc_integrate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/randomization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
params::QInchworm.randomization.RandomizationParams;
seq_type
) -&gt; Tuple{Any, Any}
</code></pre><p>Estimate mean and standard deviation using randomized quasi Monte Carlo.</p><p>This function initializes a number of <code>D</code>-dimensional <a href="../scrambled_sobol/#QInchworm.scrambled_sobol.ScrambledSobolSeq">scrambled Sobol sequences</a> using the <a href="../../api/#QInchworm.randomization.RandomizationParams">set of parameters</a> <code>params</code> and passes each of them to the function <code>f</code>. It returns the mean and the standard deviation of <code>f</code>&#39;s return values.</p><p>A different sequence type can be specified using the <code>seq_type</code> argument, provided its constructor has the same signature as <a href="../scrambled_sobol/#QInchworm.scrambled_sobol.ScrambledSobolSeq-Tuple{Int64}">ScrambledSobolSeq</a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/krivenko/QInchworm.jl/blob/8f63ab87764274c4d4dddc463c04e26d3cade345/src/randomization.jl#L72-L85">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../qmc_integrate/">« <code>QInchworm.qmc_integrate</code></a><a class="docs-footer-nextpage" href="../../about/">About »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Wednesday 10 July 2024 11:12">Wednesday 10 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</code></pre><p>Estimate mean and standard deviation using randomized quasi Monte Carlo.</p><p>This function initializes a number of <code>D</code>-dimensional <a href="../scrambled_sobol/#QInchworm.scrambled_sobol.ScrambledSobolSeq">scrambled Sobol sequences</a> using the <a href="../../api/#QInchworm.randomization.RandomizationParams">set of parameters</a> <code>params</code> and passes each of them to the function <code>f</code>. It returns the mean and the standard deviation of <code>f</code>&#39;s return values.</p><p>A different sequence type can be specified using the <code>seq_type</code> argument, provided its constructor has the same signature as <a href="../scrambled_sobol/#QInchworm.scrambled_sobol.ScrambledSobolSeq-Tuple{Int64}">ScrambledSobolSeq</a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/krivenko/QInchworm.jl/blob/3df3a2edc2c42d079b122c20711fcb3c378484e5/src/randomization.jl#L72-L85">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../qmc_integrate/">« <code>QInchworm.qmc_integrate</code></a><a class="docs-footer-nextpage" href="../../about/">About »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Wednesday 24 July 2024 13:47">Wednesday 24 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
26 changes: 13 additions & 13 deletions modules/scrambled_sobol/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions modules/sector_block_matrix/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0a11ab7

Please sign in to comment.