Skip to content

Commit 994cffc

Browse files
author
Documenter.jl
committed
build based on 59c28c5
1 parent 450c137 commit 994cffc

File tree

7 files changed

+93
-93
lines changed

7 files changed

+93
-93
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-05-12T09:25:23","documenter_version":"1.11.0"}}
1+
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-05-19T08:07:07","documenter_version":"1.11.4"}}

dev/api/index.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

dev/contribution_guide/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/examples/tilted_chsh/1e10db6d.svg renamed to dev/examples/tilted_chsh/9ed3ca49.svg

Lines changed: 76 additions & 76 deletions
Loading

dev/examples/tilted_chsh/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dev/getting_started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
1.8237e-10+0.0im … -0.25+5.43349e-16im
3434
-8.02238e-14-2.61399e-14im 2.34327e-13+6.28699e-14im
3535
2.16746e-13-8.45503e-14im -6.31043e-14+3.90014e-14im
36-
-0.25-5.43349e-16im 1.82154e-10+0.0im</code></pre><div class="admonition is-success" id="Tip-fd4651be4ee9e578"><header class="admonition-header">Tip<a class="admonition-anchor" href="#Tip-fd4651be4ee9e578" title="Permalink"></a></header><div class="admonition-body"><p>Julia&#39;s REPL has a tab-completion feature that can be used to explore the functions available in Ket. You can type <code>Ket.</code> and press <code>Tab</code> to see a list of functions, or start the name of a function (e.g., <code>state_</code>) and press <code>Tab</code> to see a list of available states.</p></div></div><h1 id="Further-resources"><a class="docs-heading-anchor" href="#Further-resources">Further resources</a><a id="Further-resources-1"></a><a class="docs-heading-anchor-permalink" href="#Further-resources" title="Permalink"></a></h1><p>Knowing how to use the documentation should enable you to start adding the functions provided by Ket to your code right away. If you are still unsure of what to do, or not yet convinced that Ket is useful for you, you may check some of the examples on the sidebar.</p><p>Other than learning the basics of Julia, we also recommend you to check the <a href="https://jump.dev/JuMP.jl/stable/tutorials/getting_started/getting_started_with_JuMP/">JuMP tutorial</a> to learn how to use Julia for optimization problems. This is one of the most popular uses of Julia, and it is very easy to use it with Ket to solve quantum information problems. Ket integrates well with JuMP, offering for example functions that add common constraints to user-defined optimization problems, such as <a href="../api/#Ket._dps_constraints!"><code>Ket._dps_constraints!</code></a> and <a href="../api/#Ket._inner_dps_constraints!"><code>Ket._inner_dps_constraints!</code></a>.</p><p>Finally, if you have any questions, suggestions, bug reports, or wish to contribute with code or examples, you can reach out to us or open an issue in the <a href="https://github.com/dev-ket/Ket.jl">Ket repository</a>.</p><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../api/">List of functions »</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.11.0 on <span class="colophon-date" title="Monday 12 May 2025 09:25">Monday 12 May 2025</span>. Using Julia version 1.11.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
36+
-0.25-5.43349e-16im 1.82154e-10+0.0im</code></pre><div class="admonition is-success" id="Tip-fd4651be4ee9e578"><header class="admonition-header">Tip<a class="admonition-anchor" href="#Tip-fd4651be4ee9e578" title="Permalink"></a></header><div class="admonition-body"><p>Julia&#39;s REPL has a tab-completion feature that can be used to explore the functions available in Ket. You can type <code>Ket.</code> and press <code>Tab</code> to see a list of functions, or start the name of a function (e.g., <code>state_</code>) and press <code>Tab</code> to see a list of available states.</p></div></div><h1 id="Further-resources"><a class="docs-heading-anchor" href="#Further-resources">Further resources</a><a id="Further-resources-1"></a><a class="docs-heading-anchor-permalink" href="#Further-resources" title="Permalink"></a></h1><p>Knowing how to use the documentation should enable you to start adding the functions provided by Ket to your code right away. If you are still unsure of what to do, or not yet convinced that Ket is useful for you, you may check some of the examples on the sidebar.</p><p>Other than learning the basics of Julia, we also recommend you to check the <a href="https://jump.dev/JuMP.jl/stable/tutorials/getting_started/getting_started_with_JuMP/">JuMP tutorial</a> to learn how to use Julia for optimization problems. This is one of the most popular uses of Julia, and it is very easy to use it with Ket to solve quantum information problems. Ket integrates well with JuMP, offering for example functions that add common constraints to user-defined optimization problems, such as <a href="../api/#Ket._dps_constraints!"><code>Ket._dps_constraints!</code></a> and <a href="../api/#Ket._inner_dps_constraints!"><code>Ket._inner_dps_constraints!</code></a>.</p><p>Finally, if you have any questions, suggestions, bug reports, or wish to contribute with code or examples, you can reach out to us or open an issue in the <a href="https://github.com/dev-ket/Ket.jl">Ket repository</a>.</p><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../api/">List of functions »</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.11.4 on <span class="colophon-date" title="Monday 19 May 2025 08:07">Monday 19 May 2025</span>. Using Julia version 1.11.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)