From f52ef1f1053d4325ce873eb99d823d985f9472d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 21:19:17 +0000 Subject: [PATCH] Deployed c3259572c to dev with MkDocs 1.6.1 and mike 2.1.3 --- .../bloqade/ir/analog_circuit/index.html | 22 +- .../bloqade/ir/control/field/index.html | 34 +-- dev/reference/bloqade/ir/index.html | 56 ++-- dev/sitemap.xml | 262 +++++++++--------- dev/sitemap.xml.gz | Bin 1147 -> 1146 bytes 5 files changed, 187 insertions(+), 187 deletions(-) diff --git a/dev/reference/bloqade/ir/analog_circuit/index.html b/dev/reference/bloqade/ir/analog_circuit/index.html index e06b4d9c4..5e7812569 100644 --- a/dev/reference/bloqade/ir/analog_circuit/index.html +++ b/dev/reference/bloqade/ir/analog_circuit/index.html @@ -1,20 +1,20 @@ Analog circuit - The Neutral Atom SDK
Skip to content

Analog circuit

AnalogCircuit

AnalogCircuit is a dummy type that bundle register and sequence together.

register property

register
 

Get the register of the program.

Returns:

Type Description

register (Union["AtomArrangement", "ParallelRegister"])

Note

If the program is built with [parallelize()][bloqade.builder.emit.Emit.parallelize], The the register will be a [ParallelRegister][bloqade.ir.location.base.ParallelRegister]. Otherwise it will be a [AtomArrangement][bloqade.ir.location.base.AtomArrangement].

show

show(**assignments)
-

Interactive visualization of the program

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the program

{}
Source code in src/bloqade/ir/analog_circuit.py
120
-121
+

Interactive visualization of the program

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the program

{}
Source code in src/bloqade/ir/analog_circuit.py
def show(self, **assignments):
-    """Interactive visualization of the program
-
-    Args:
-        **assignments: assigning the instance value (literal) to the
-            existing variables in the program
-
-    """
-    display_ir(self, assignments)
+128
+129
def show(self, **assignments):
+    """Interactive visualization of the program
+
+    Args:
+        **assignments: assigning the instance value (literal) to the
+            existing variables in the program
+
+    """
+    display_ir(self, assignments)
 
\ No newline at end of file diff --git a/dev/reference/bloqade/ir/control/field/index.html b/dev/reference/bloqade/ir/control/field/index.html index 4d610517f..bdea10331 100644 --- a/dev/reference/bloqade/ir/control/field/index.html +++ b/dev/reference/bloqade/ir/control/field/index.html @@ -1,22 +1,22 @@ Field - The Neutral Atom SDK

Field

Field

Bases: FieldExpr

Field node in the IR. Which contains collection(s) of Waveform

<field> ::= ('field' <spatial modulation>  <padded waveform>)*
 

show

show(**assignments)
-

Interactive visualization of the Field

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the Field

{}
Source code in src/bloqade/ir/control/field.py
257
-258
-259
-260
-261
-262
-263
+

Interactive visualization of the Field

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the Field

{}
Source code in src/bloqade/ir/control/field.py
def show(self, **assignments):
-    """
-    Interactive visualization of the Field
-
-    Args:
-        **assignments: assigning the instance value (literal) to the
-            existing variables in the Field
-
-    """
-    display_ir(self, assignments)
+266
+267
+268
+269
+270
+271
+272
def show(self, **assignments):
+    """
+    Interactive visualization of the Field
+
+    Args:
+        **assignments: assigning the instance value (literal) to the
+            existing variables in the Field
+
+    """
+    display_ir(self, assignments)
 
\ No newline at end of file diff --git a/dev/reference/bloqade/ir/index.html b/dev/reference/bloqade/ir/index.html index f0828e44c..be819d8fb 100644 --- a/dev/reference/bloqade/ir/index.html +++ b/dev/reference/bloqade/ir/index.html @@ -5,23 +5,23 @@ <value> ::= 'left value' | 'right value' | <scalar expr>

AnalogCircuit

AnalogCircuit is a dummy type that bundle register and sequence together.

register property

register
 

Get the register of the program.

Returns:

Type Description

register (Union["AtomArrangement", "ParallelRegister"])

Note

If the program is built with [parallelize()][bloqade.builder.emit.Emit.parallelize], The the register will be a [ParallelRegister][bloqade.ir.location.base.ParallelRegister]. Otherwise it will be a [AtomArrangement][bloqade.ir.location.base.AtomArrangement].

show

show(**assignments)
-

Interactive visualization of the program

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the program

{}
Source code in src/bloqade/ir/analog_circuit.py
120
-121
+

Interactive visualization of the program

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the program

{}
Source code in src/bloqade/ir/analog_circuit.py
def show(self, **assignments):
-    """Interactive visualization of the program
-
-    Args:
-        **assignments: assigning the instance value (literal) to the
-            existing variables in the program
-
-    """
-    display_ir(self, assignments)
+128
+129
def show(self, **assignments):
+    """Interactive visualization of the program
+
+    Args:
+        **assignments: assigning the instance value (literal) to the
+            existing variables in the program
+
+    """
+    display_ir(self, assignments)
 

AtomArrangement

AtomArrangement(parent=None)
 

Bases: ProgramStart

Source code in src/bloqade/builder/base.py
10
 11
@@ -775,25 +775,25 @@
     object.__setattr__(self, "duration", cast(duration))
 

Field

Bases: FieldExpr

Field node in the IR. Which contains collection(s) of Waveform

<field> ::= ('field' <spatial modulation>  <padded waveform>)*
 

show

show(**assignments)
-

Interactive visualization of the Field

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the Field

{}
Source code in src/bloqade/ir/control/field.py
257
-258
-259
-260
-261
-262
-263
+

Interactive visualization of the Field

Parameters:

Name Type Description Default
**assignments

assigning the instance value (literal) to the existing variables in the Field

{}
Source code in src/bloqade/ir/control/field.py
def show(self, **assignments):
-    """
-    Interactive visualization of the Field
-
-    Args:
-        **assignments: assigning the instance value (literal) to the
-            existing variables in the Field
-
-    """
-    display_ir(self, assignments)
+266
+267
+268
+269
+270
+271
+272
def show(self, **assignments):
+    """
+    Interactive visualization of the Field
+
+    Args:
+        **assignments: assigning the instance value (literal) to the
+            existing variables in the Field
+
+    """
+    display_ir(self, assignments)
 

Honeycomb

Honeycomb(L1, L2=None, *, lattice_spacing=1.0)
 

Bases: BoundedBravais

Honeycomb lattice.

  • 2D lattice
  • primitive (cell) vector(s)
    • a1 = (1, 0)
    • a2 = (½, sqrt(3)/2)
  • unit cell (2 atom(s))
    • loc1 (0, 0)
    • loc2 (½, 1/(2*sqrt(3))

Parameters:

Name Type Description Default
L1 int

number of unit cells in linear direction. n_atoms = L1 * L1 * 2.

required
L2 Optional[int]

number of unit cells in direction a2. n_atoms = L1 * L2 * 2, default is L1.

None
lattice_spacing (Scalar, Real)

lattice spacing. Defaults to 1.0.

1.0
  • Possible Next: continue with . to see possible next step in auto-prompt supported setting (IPython, IDE ...)
Source code in src/bloqade/ir/location/bravais.py
420
 421
diff --git a/dev/sitemap.xml b/dev/sitemap.xml
index ac9469451..da451c9d6 100644
--- a/dev/sitemap.xml
+++ b/dev/sitemap.xml
@@ -2,526 +2,526 @@
 
     
          https://bloqade.quera.com/dev/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/blog/2023/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/blog/2023/posts/bloqade-release/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/asking-a-question/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/code-of-conduct/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/community-slack/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/design-philosophy-and-architecture/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/developing-bloqade/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/documentation-issues/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/feature-requests/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/providing-feedback/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/contributing/reporting-a-bug/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/drafts/aws_hybrid_execution/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/background/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/emulation/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/geometry/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/gotchas/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/quick_start/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/submission/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/visualization/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/home/waveforms/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/hardware-capabilities/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/overview/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/standard/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/atom_arrangement/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/constants/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/factory/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/serialize/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/args/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/assign/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/coupling/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/drive/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/field/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/parallelize/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/pragmas/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/route/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/sequence_builder/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/spatial/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/start/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/typing/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/waveform/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/backend/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/backend/bloqade/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/backend/braket/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/backend/quera/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/parse/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/parse/builder/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/parse/stream/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/builder/parse/trait/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/assignment_scan/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/check_slices/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/is_constant/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/is_hyperfine/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/scan_channels/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/common/scan_variables/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/hardware/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/hardware/channels/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/hardware/lattice/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/hardware/piecewise_constant/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/hardware/piecewise_linear/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/python/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/analysis/python/waveform/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/emulator/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/hardware/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/hardware/components/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/hardware/define/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/passes/hardware/units/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/add_padding/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/assign_to_literal/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/assign_variables/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/canonicalize/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/common/flatten/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/python/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/compiler/rewrite/python/waveform/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/sparse_operator/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/ir/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/ir/atom_type/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/ir/emulator/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/ir/space/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/emulate/ir/state_vector/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/analog_circuit/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/scalar/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/field/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/pulse/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/sequence/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/waveform/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/traits/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/traits/append/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/traits/canonicalize/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/traits/hash/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/control/traits/slice/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/location/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/location/bravais/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/location/location/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/base/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/bloqade/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/braket/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/params/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/ir/routine/quera/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/base/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/braket/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/load_config/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/mock/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/quera/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/braket/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/capabilities/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/parallel/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/task_results/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/submission/ir/task_specification/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/base/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/batch/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/bloqade/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/braket/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/braket_simulator/
-         2024-09-06
+         2024-11-12
     
     
          https://bloqade.quera.com/dev/reference/bloqade/task/quera/
-         2024-09-06
+         2024-11-12
     
 
\ No newline at end of file
diff --git a/dev/sitemap.xml.gz b/dev/sitemap.xml.gz
index 929a8e8e4ffb385f7fd6a0aebce584ba96cb26a8..3dd17d504b6343351e3b9cf3d38406e6c4507953 100644
GIT binary patch
delta 1135
zcmV-#1d#jt2>J*JABzYGfSNLAkq8`rl57uck$7)?g6>%ukt2x+B{CdJUiaxs%66b8
zn*hZE;ok>;$TaygXE>bUj2^!I812o%L5!OocX#{S-3?F5X*2bYyYGMhRsFvEcKGrz
z2P+(JQsYS;cSDT+&$>Pyk9#qZNAj|Fp|3>^>4Vgli}mgPkKN(RO?u=G&hOTL$Afk1
zkb9BTO>5mVY2H829B8lHSZiMDhdQ^}{)8lsP9N@X?|-ZA?y9@{)Z}vQJVyO8$p0TM
zUG3}C_1AI(dnZw@t*XG5N%*sIl$&BO?HrQ=6djx7DZNxwr8W|ib{3^cD}pQ6Rq3Lh
zRV>Uhj`L*VsS-=-sVIwPG5u73`N3Ex&JU-GCS6fbLoxv>&VdW#Eo`07igamR7RRZ1
zX>y~TD1dv7vk9lwezPNLmj9~0->Wc
z!>J8MH~fRuT*49#Zsa=4qYrMLbdlkCoGlgm^F62M7*1sdcTo)_MaF)Ao{f5HBvOb)
z#+SJrlbtLj_r=Ie*8EdW^NzG|=fe2u;t$+$NTC4N0|kAgv`Z-R)EaA|;et3WMJtQp
zV>yDf944J6r5r&aXXY&cMK?AS0!=+<&!#+4+QYMaqLfGJNJaPgo5ouZ;b5{E15lWD
zHdb@M0in>0lNhJ?;!!jf3MUkhP4p)_tIUB%oE6!k7p&
zKa!*G^hE<_9K|Qkmn;xaiAdyqoOtq3#_<|0;1K0w1D-S<5R41`1}xAMM?9{zJ=9Jo
zjD`bez|U9`1Jj5`6$2TFfN}K3A_(n;geI~lF@lJcvrldUCOe0JQ28*T5k<(PYT$gh
zYK>xKQ5$Klhbq{V!^v~#%*4Q$StT1a&@{0Xbk2o>q1Iw*=k-_`nhjafFOZgEOg0Fb
z(HmBLG{Vrf=qI=~*&~8LG;PHfHH>{pmTcM1w1l9GyR$@f8i#E
z$Qiv0sTs_(c@3C#5V_W59|TzXS&_RMK89%n
zEo1}>3Tmoy?IOfM;D)6o0RuuQ?%Fbe)OBr;a<%X%P)HzEX65cX`;Y}=p>2UclzM|?
z9qF7T?o1C}#WlLmzoGdS>KABzYG07lwokq8`r(%quy7D@KjC)l2a5jm2GP$I*j(9#L#D}}Im6)$XY}yx$7t^s4r1K&xcg;)zq{i}Ic=u?arf8vKdaw&-=01_
z%)tuByVQ7+$K4R4|D&!Chr?b>bx
zddj^>>ZY~sg*5M9W)8GhZmcyg^+TQ8Y=1%$N2i}Y-+%tKy8l|;|CXAZubsxIUkCZ`
z!=&pp45po9Qh=gklRT%FimKE`V$#l{G-*X}<+>_e
z)U%3(S;ldmOgvU%Nj(>3(JZEapDI5X>%{rtSka^_3Tj9uK*c$5VZ4Q{^I4J3t;^y#
zHIF<+%KBUxk)+y1fjXuvqhxH>RaO?p2e+8K@l+kNZcD3nVDCaa*`Rj*aAT+gbx9y}
zkY+fx!RUs6u$oI)!oiJPXLBp^c=&n%-}AnfuzWP*e|nD&y7S1
zvB>x`w_~!CrR2UCnaP^J%W2+$7VcaaKV1BQI}Rxn;Ci5-50rKZMV?w?O*C8($E9dx
zF?=XTke0)w)1;ImDCEps15k8hLm|-AbM|b?6Qw;o%O^^Cl#Wz%AHQi_g9rzc%@}~f
zw6n3A0}cp`+0`jLQESqft!
z(ELb_zS9>CoN*MNJYTXvKqVrP+c@#)p^W1tTEHR7#|AuUJRles`U))2GeXP{Gh+yy)`Kr{W8EPvr9
zhR7M+gwzb?*}MgR%q3|^6BzgqOk_YJxDe_M7-`-3^aOFVc@uIC^P1?=4jWS!79JJR
zn|?!@oPIYM1(GYiMcHMCl@S*ZoJ;iv49BB7IV_9=BI}`K<9uok;YeM;3>M2;@e_}p
zp{Q{D-wjk!DTOsnDR7S5EUX}=%3v_$u+#O8GC|D<35hI!r?dqV#_X&$@yqzG$ac6p8D6Y|c{0+_T0^uz+gad(p;{fV+b}Aum#QZti