@@ -38,7 +38,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
3838<Function id="qk_target_entry_new" signature="QkTargetEntry *qk_target_entry_new(QkGate operation)">
3939 Creates an entry to the `QkTarget` based on a `QkGate` instance.
4040
41- <span id="group__QkTargetEntry_1autotoc_md217 " />
41+ <span id="group__QkTargetEntry_1autotoc_md222 " />
4242
4343 #### Example
4444
@@ -60,7 +60,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
6060<Function id = " qk_target_entry_new_measure" signature = " QkTargetEntry *qk_target_entry_new_measure(void)" >
6161 Creates a new entry for adding a measurement instruction to a ` QkTarget ` .
6262
63- <span id = " group__QkTargetEntry_1autotoc_md218 " />
63+ <span id = " group__QkTargetEntry_1autotoc_md223 " />
6464
6565 #### Example
6666
@@ -88,7 +88,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
8888<Function id="qk_target_entry_new_reset" signature="QkTargetEntry *qk_target_entry_new_reset(void)">
8989 Creates a new entry for adding a reset instruction to a `QkTarget`.
9090
91- <span id="group__QkTargetEntry_1autotoc_md219 " />
91+ <span id="group__QkTargetEntry_1autotoc_md224 " />
9292
9393 #### Example
9494
@@ -116,7 +116,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
116116<Function id = " qk_target_entry_new_fixed" signature = " QkTargetEntry *qk_target_entry_new_fixed(QkGate operation, double *params)" >
117117 Creates an entry in the ` QkTarget ` based on a ` QkGate ` instance with no parameters.
118118
119- <span id = " group__QkTargetEntry_1autotoc_md220 " />
119+ <span id = " group__QkTargetEntry_1autotoc_md225 " />
120120
121121 #### Example
122122
@@ -125,11 +125,11 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
125125 QkTargetEntry * entry = qk_target_entry_new_fixed(QkGate_CRX, crx_params);
126126 ```
127127
128- <span id="group__QkTargetEntry_1autotoc_md221 " />
128+ <span id="group__QkTargetEntry_1autotoc_md226 " />
129129
130130 #### Safety
131131
132- <span id="group__QkTargetEntry_1autotoc_md221 " />
132+ <span id="group__QkTargetEntry_1autotoc_md226 " />
133133
134134 The `params` type is expected to be a pointer to an array of `double` where the length matches the expectations of the `QkGate`. If the array is insufficiently long the behavior of this function is undefined as this will read outside the bounds of the array. It can be a null pointer if there are no params for a given gate. You can check `qk_gate_num_params` to determine how many qubits are required for a given gate.
135135
@@ -152,7 +152,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
152152<Function id="qk_target_entry_num_properties" signature="size_t qk_target_entry_num_properties(const QkTargetEntry *entry)">
153153 Retrieves the number of properties stored in the target entry.
154154
155- <span id="group__QkTargetEntry_1autotoc_md222 " />
155+ <span id="group__QkTargetEntry_1autotoc_md227 " />
156156
157157 #### Example
158158
@@ -162,11 +162,11 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
162162 size_t props_size = qk_target_entry_num_properties(entry);
163163 ```
164164
165- <span id = " group__QkTargetEntry_1autotoc_md223 " />
165+ <span id = " group__QkTargetEntry_1autotoc_md228 " />
166166
167167 #### Safety
168168
169- <span id = " group__QkTargetEntry_1autotoc_md223 " />
169+ <span id = " group__QkTargetEntry_1autotoc_md228 " />
170170
171171 The behavior is undefined if ` entry ` is not a valid, non-null pointer to a ` QkTargetEntry ` object.
172172
@@ -184,7 +184,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
184184<Function id = " qk_target_entry_free" signature = " void qk_target_entry_free(QkTargetEntry *entry)" >
185185 Frees the entry.
186186
187- <span id = " group__QkTargetEntry_1autotoc_md224 " />
187+ <span id = " group__QkTargetEntry_1autotoc_md229 " />
188188
189189 #### Example
190190
@@ -193,11 +193,11 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
193193 qk_target_entry_free (entry);
194194 ```
195195
196- <span id="group__QkTargetEntry_1autotoc_md225 " />
196+ <span id="group__QkTargetEntry_1autotoc_md230 " />
197197
198198 #### Safety
199199
200- <span id="group__QkTargetEntry_1autotoc_md225 " />
200+ <span id="group__QkTargetEntry_1autotoc_md230 " />
201201
202202 The behavior is undefined if `entry` is not a valid, non-null pointer to a `QkTargetEntry` object.
203203
@@ -215,7 +215,7 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
215215<Function id="qk_target_entry_add_property" signature="QkExitCode qk_target_entry_add_property(QkTargetEntry *entry, uint32_t *qargs, uint32_t num_qubits, double duration, double error)">
216216 Adds an instruction property instance based on its assigned qargs.
217217
218- <span id="group__QkTargetEntry_1autotoc_md226 " />
218+ <span id="group__QkTargetEntry_1autotoc_md231 " />
219219
220220 #### Example
221221
@@ -225,11 +225,11 @@ qk_target_entry_add_property(entry, NULL, 0, NAN, 0.003);
225225 qk_target_entry_add_property(entry, qargs, 2, 0.0, 0.1);
226226 ```
227227
228- <span id = " group__QkTargetEntry_1autotoc_md227 " />
228+ <span id = " group__QkTargetEntry_1autotoc_md232 " />
229229
230230 #### Safety
231231
232- <span id = " group__QkTargetEntry_1autotoc_md227 " />
232+ <span id = " group__QkTargetEntry_1autotoc_md232 " />
233233
234234 The behavior is undefined if ` entry ` is not a valid, non-null pointer to a ` QkTargetEntry ` object.
235235
0 commit comments