Skip to content

Commit

Permalink
Deployed 8b5aeca to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent bb7281b commit 1710ad3
Show file tree
Hide file tree
Showing 144 changed files with 619 additions and 597 deletions.
2 changes: 1 addition & 1 deletion dev/404.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions dev/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,33 @@
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
:root, :host,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
Expand All @@ -43,12 +61,14 @@
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
Expand All @@ -63,6 +83,15 @@ code.doc-symbol {
font-weight: bold;
}

code.doc-symbol-parameter {
color: var(--doc-symbol-parameter-fg-color);
background-color: var(--doc-symbol-parameter-bg-color);
}

code.doc-symbol-parameter::after {
content: "param";
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
Expand Down Expand Up @@ -106,4 +135,9 @@ code.doc-symbol-module {

code.doc-symbol-module::after {
content: "mod";
}
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
16 changes: 0 additions & 16 deletions dev/assets/javascripts/bundle.56dfad97.min.js

This file was deleted.

16 changes: 16 additions & 0 deletions dev/assets/javascripts/bundle.83f73b43.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/stylesheets/main.0253249f.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/stylesheets/main.0253249f.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dev/assets/stylesheets/main.35f28582.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dev/assets/stylesheets/main.35f28582.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion dev/blog/2023/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/blog/2023/posts/bloqade-release/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/asking-a-question/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/contributing/code-of-conduct/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/community-slack/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/contributing/developing-bloqade/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/documentation-issues/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/feature-requests/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/providing-feedback/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/reporting-a-bug/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/drafts/aws_hybrid_execution/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/background/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/emulation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/geometry/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/home/gotchas/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/home/quick_start/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/submission/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/visualization/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/home/waveforms/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
46 changes: 23 additions & 23 deletions dev/reference/bloqade/atom_arrangement/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/args/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/assign/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/reference/bloqade/builder/backend/bloqade/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dev/reference/bloqade/builder/backend/braket/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/bloqade/builder/backend/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/reference/bloqade/builder/backend/quera/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/reference/bloqade/builder/coupling/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/bloqade/builder/drive/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dev/reference/bloqade/builder/field/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/parallelize/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions dev/reference/bloqade/builder/parse/builder/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/parse/index.html

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions dev/reference/bloqade/builder/parse/stream/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dev/reference/bloqade/builder/parse/trait/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/reference/bloqade/builder/pragmas/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/route/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/sequence_builder/index.html

Large diffs are not rendered by default.

32 changes: 2 additions & 30 deletions dev/reference/bloqade/builder/spatial/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/builder/start/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/builder/typing/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dev/reference/bloqade/builder/waveform/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/analysis/common/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/compiler/analysis/hardware/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/analysis/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/analysis/python/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/passes/emulator/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dev/reference/bloqade/compiler/passes/hardware/define/index.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dev/reference/bloqade/compiler/passes/hardware/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/passes/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/rewrite/common/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/rewrite/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/compiler/rewrite/python/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/bloqade/constants/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/emulate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/emulate/ir/atom_type/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dev/reference/bloqade/emulate/ir/emulator/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/emulate/ir/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/emulate/ir/space/index.html

Large diffs are not rendered by default.

39 changes: 24 additions & 15 deletions dev/reference/bloqade/emulate/ir/state_vector/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/emulate/sparse_operator/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dev/reference/bloqade/factory/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/reference/bloqade/ir/analog_circuit/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/reference/bloqade/ir/control/field/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/ir/control/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/reference/bloqade/ir/control/pulse/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/ir/control/sequence/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/ir/control/traits/append/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/ir/control/traits/hash/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/ir/control/traits/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/ir/control/traits/slice/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dev/reference/bloqade/ir/control/waveform/index.html

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions dev/reference/bloqade/ir/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions dev/reference/bloqade/ir/location/bravais/index.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions dev/reference/bloqade/ir/location/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dev/reference/bloqade/ir/location/location/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/bloqade/ir/routine/base/index.html

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions dev/reference/bloqade/ir/routine/bloqade/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dev/reference/bloqade/ir/routine/braket/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/ir/routine/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/ir/routine/params/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dev/reference/bloqade/ir/routine/quera/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dev/reference/bloqade/ir/scalar/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/reference/bloqade/serialize/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/base/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/braket/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions dev/reference/bloqade/submission/ir/braket/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/ir/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/ir/parallel/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/reference/bloqade/submission/ir/task_results/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/load_config/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/mock/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/submission/quera/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dev/reference/bloqade/task/base/index.html

Large diffs are not rendered by default.

44 changes: 23 additions & 21 deletions dev/reference/bloqade/task/batch/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/task/bloqade/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/task/braket/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/task/braket_simulator/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/task/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/reference/bloqade/task/quera/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/hardware-capabilities/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/overview/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/reference/standard/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 1710ad3

Please sign in to comment.