qsharp-lang 1.1.5-dev → 1.1.6-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/dist/compiler/compiler.d.ts +25 -7
  2. package/dist/compiler/compiler.js +28 -8
  3. package/dist/debug-service/debug-service.d.ts +2 -2
  4. package/dist/debug-service/debug-service.js +2 -2
  5. package/dist/katas-content.generated.js +59 -59
  6. package/docs/Microsoft.Quantum.Arrays/All.md +2 -2
  7. package/docs/Microsoft.Quantum.Arrays/Any.md +2 -2
  8. package/docs/Microsoft.Quantum.Arrays/Chunks.md +2 -2
  9. package/docs/Microsoft.Quantum.Arrays/CircularlyShifted.md +2 -2
  10. package/docs/Microsoft.Quantum.Arrays/ColumnAt.md +2 -2
  11. package/docs/Microsoft.Quantum.Arrays/Count.md +2 -2
  12. package/docs/Microsoft.Quantum.Arrays/Diagonal.md +2 -2
  13. package/docs/Microsoft.Quantum.Arrays/DrawMany.md +2 -2
  14. package/docs/Microsoft.Quantum.Arrays/Enumerated.md +2 -2
  15. package/docs/Microsoft.Quantum.Arrays/Excluding.md +2 -2
  16. package/docs/Microsoft.Quantum.Arrays/Filtered.md +2 -2
  17. package/docs/Microsoft.Quantum.Arrays/FlatMapped.md +2 -2
  18. package/docs/Microsoft.Quantum.Arrays/Flattened.md +2 -2
  19. package/docs/Microsoft.Quantum.Arrays/Fold.md +2 -2
  20. package/docs/Microsoft.Quantum.Arrays/ForEach.md +2 -2
  21. package/docs/Microsoft.Quantum.Arrays/Head.md +2 -2
  22. package/docs/Microsoft.Quantum.Arrays/HeadAndRest.md +2 -2
  23. package/docs/Microsoft.Quantum.Arrays/IndexOf.md +2 -2
  24. package/docs/Microsoft.Quantum.Arrays/IndexRange.md +2 -2
  25. package/docs/Microsoft.Quantum.Arrays/Interleaved.md +2 -2
  26. package/docs/Microsoft.Quantum.Arrays/IsEmpty.md +2 -2
  27. package/docs/Microsoft.Quantum.Arrays/IsRectangularArray.md +2 -2
  28. package/docs/Microsoft.Quantum.Arrays/IsSorted.md +2 -2
  29. package/docs/Microsoft.Quantum.Arrays/IsSquareArray.md +2 -2
  30. package/docs/Microsoft.Quantum.Arrays/Mapped.md +2 -2
  31. package/docs/Microsoft.Quantum.Arrays/MappedByIndex.md +2 -2
  32. package/docs/Microsoft.Quantum.Arrays/MappedOverRange.md +2 -2
  33. package/docs/Microsoft.Quantum.Arrays/Most.md +2 -2
  34. package/docs/Microsoft.Quantum.Arrays/MostAndTail.md +2 -2
  35. package/docs/Microsoft.Quantum.Arrays/Padded.md +2 -2
  36. package/docs/Microsoft.Quantum.Arrays/Partitioned.md +2 -2
  37. package/docs/Microsoft.Quantum.Arrays/Rest.md +2 -2
  38. package/docs/Microsoft.Quantum.Arrays/Reversed.md +2 -2
  39. package/docs/Microsoft.Quantum.Arrays/SequenceI.md +2 -2
  40. package/docs/Microsoft.Quantum.Arrays/SequenceL.md +2 -2
  41. package/docs/Microsoft.Quantum.Arrays/Sorted.md +2 -2
  42. package/docs/Microsoft.Quantum.Arrays/Subarray.md +2 -2
  43. package/docs/Microsoft.Quantum.Arrays/Swapped.md +2 -2
  44. package/docs/Microsoft.Quantum.Arrays/Tail.md +2 -2
  45. package/docs/Microsoft.Quantum.Arrays/Transposed.md +2 -2
  46. package/docs/Microsoft.Quantum.Arrays/Unzipped.md +2 -2
  47. package/docs/Microsoft.Quantum.Arrays/Where.md +2 -2
  48. package/docs/Microsoft.Quantum.Arrays/Windows.md +2 -2
  49. package/docs/Microsoft.Quantum.Arrays/Zipped.md +2 -2
  50. package/docs/Microsoft.Quantum.Canon/ApplyCNOTChain.md +2 -2
  51. package/docs/Microsoft.Quantum.Canon/ApplyControlledOnBitString.md +2 -2
  52. package/docs/Microsoft.Quantum.Canon/ApplyControlledOnInt.md +2 -2
  53. package/docs/Microsoft.Quantum.Canon/ApplyP.md +2 -2
  54. package/docs/Microsoft.Quantum.Canon/ApplyPauli.md +2 -2
  55. package/docs/Microsoft.Quantum.Canon/ApplyPauliFromBitString.md +2 -2
  56. package/docs/Microsoft.Quantum.Canon/ApplyPauliFromInt.md +2 -2
  57. package/docs/Microsoft.Quantum.Canon/ApplyQFT.md +2 -2
  58. package/docs/Microsoft.Quantum.Canon/ApplyToEach.md +2 -2
  59. package/docs/Microsoft.Quantum.Canon/ApplyToEachA.md +2 -2
  60. package/docs/Microsoft.Quantum.Canon/ApplyToEachC.md +2 -2
  61. package/docs/Microsoft.Quantum.Canon/ApplyToEachCA.md +2 -2
  62. package/docs/Microsoft.Quantum.Canon/ApplyXorInPlace.md +2 -2
  63. package/docs/Microsoft.Quantum.Canon/ApplyXorInPlaceL.md +2 -2
  64. package/docs/Microsoft.Quantum.Canon/CX.md +2 -2
  65. package/docs/Microsoft.Quantum.Canon/CY.md +2 -2
  66. package/docs/Microsoft.Quantum.Canon/CZ.md +2 -2
  67. package/docs/Microsoft.Quantum.Canon/Fst.md +2 -2
  68. package/docs/Microsoft.Quantum.Canon/Snd.md +2 -2
  69. package/docs/Microsoft.Quantum.Canon/SwapReverseRegister.md +2 -2
  70. package/docs/Microsoft.Quantum.Convert/BigIntAsBoolArray.md +2 -2
  71. package/docs/Microsoft.Quantum.Convert/BoolArrayAsBigInt.md +2 -2
  72. package/docs/Microsoft.Quantum.Convert/BoolArrayAsInt.md +2 -2
  73. package/docs/Microsoft.Quantum.Convert/BoolArrayAsResultArray.md +2 -2
  74. package/docs/Microsoft.Quantum.Convert/BoolAsResult.md +2 -2
  75. package/docs/Microsoft.Quantum.Convert/ComplexAsComplexPolar.md +2 -2
  76. package/docs/Microsoft.Quantum.Convert/ComplexPolarAsComplex.md +2 -2
  77. package/docs/Microsoft.Quantum.Convert/IntAsBigInt.md +2 -2
  78. package/docs/Microsoft.Quantum.Convert/IntAsBoolArray.md +2 -2
  79. package/docs/Microsoft.Quantum.Convert/IntAsDouble.md +2 -2
  80. package/docs/Microsoft.Quantum.Convert/ResultArrayAsBoolArray.md +2 -2
  81. package/docs/Microsoft.Quantum.Convert/ResultArrayAsInt.md +2 -2
  82. package/docs/Microsoft.Quantum.Convert/ResultAsBool.md +2 -2
  83. package/docs/Microsoft.Quantum.Core/IsRangeEmpty.md +2 -2
  84. package/docs/Microsoft.Quantum.Core/Length.md +2 -2
  85. package/docs/Microsoft.Quantum.Core/RangeEnd.md +2 -2
  86. package/docs/Microsoft.Quantum.Core/RangeReverse.md +2 -2
  87. package/docs/Microsoft.Quantum.Core/RangeStart.md +2 -2
  88. package/docs/Microsoft.Quantum.Core/RangeStep.md +2 -2
  89. package/docs/Microsoft.Quantum.Core/Repeated.md +2 -2
  90. package/docs/Microsoft.Quantum.Diagnostics/CheckAllZero.md +2 -2
  91. package/docs/Microsoft.Quantum.Diagnostics/CheckOperationsAreEqual.md +2 -2
  92. package/docs/Microsoft.Quantum.Diagnostics/CheckZero.md +2 -2
  93. package/docs/Microsoft.Quantum.Diagnostics/DumpMachine.md +2 -2
  94. package/docs/Microsoft.Quantum.Diagnostics/Fact.md +2 -2
  95. package/docs/Microsoft.Quantum.Intrinsic/CCNOT.md +2 -2
  96. package/docs/Microsoft.Quantum.Intrinsic/CNOT.md +2 -2
  97. package/docs/Microsoft.Quantum.Intrinsic/Exp.md +2 -2
  98. package/docs/Microsoft.Quantum.Intrinsic/H.md +8 -5
  99. package/docs/Microsoft.Quantum.Intrinsic/I.md +2 -2
  100. package/docs/Microsoft.Quantum.Intrinsic/M.md +2 -2
  101. package/docs/Microsoft.Quantum.Intrinsic/Measure.md +2 -2
  102. package/docs/Microsoft.Quantum.Intrinsic/Message.md +2 -2
  103. package/docs/Microsoft.Quantum.Intrinsic/R.md +2 -2
  104. package/docs/Microsoft.Quantum.Intrinsic/R1.md +2 -2
  105. package/docs/Microsoft.Quantum.Intrinsic/R1Frac.md +2 -2
  106. package/docs/Microsoft.Quantum.Intrinsic/RFrac.md +2 -2
  107. package/docs/Microsoft.Quantum.Intrinsic/Reset.md +2 -2
  108. package/docs/Microsoft.Quantum.Intrinsic/ResetAll.md +2 -2
  109. package/docs/Microsoft.Quantum.Intrinsic/Rx.md +2 -2
  110. package/docs/Microsoft.Quantum.Intrinsic/Rxx.md +2 -2
  111. package/docs/Microsoft.Quantum.Intrinsic/Ry.md +2 -2
  112. package/docs/Microsoft.Quantum.Intrinsic/Ryy.md +2 -2
  113. package/docs/Microsoft.Quantum.Intrinsic/Rz.md +2 -2
  114. package/docs/Microsoft.Quantum.Intrinsic/Rzz.md +2 -2
  115. package/docs/Microsoft.Quantum.Intrinsic/S.md +2 -2
  116. package/docs/Microsoft.Quantum.Intrinsic/SWAP.md +2 -2
  117. package/docs/Microsoft.Quantum.Intrinsic/T.md +2 -2
  118. package/docs/Microsoft.Quantum.Intrinsic/X.md +2 -2
  119. package/docs/Microsoft.Quantum.Intrinsic/Y.md +2 -2
  120. package/docs/Microsoft.Quantum.Intrinsic/Z.md +2 -2
  121. package/docs/Microsoft.Quantum.Logical/Xor.md +2 -2
  122. package/docs/Microsoft.Quantum.Math/AbsComplex.md +2 -2
  123. package/docs/Microsoft.Quantum.Math/AbsComplexPolar.md +2 -2
  124. package/docs/Microsoft.Quantum.Math/AbsD.md +2 -2
  125. package/docs/Microsoft.Quantum.Math/AbsI.md +2 -2
  126. package/docs/Microsoft.Quantum.Math/AbsL.md +2 -2
  127. package/docs/Microsoft.Quantum.Math/AbsSquaredComplex.md +2 -2
  128. package/docs/Microsoft.Quantum.Math/AbsSquaredComplexPolar.md +2 -2
  129. package/docs/Microsoft.Quantum.Math/ApproximateFactorial.md +2 -2
  130. package/docs/Microsoft.Quantum.Math/ArcCos.md +2 -2
  131. package/docs/Microsoft.Quantum.Math/ArcCosh.md +2 -2
  132. package/docs/Microsoft.Quantum.Math/ArcSin.md +2 -2
  133. package/docs/Microsoft.Quantum.Math/ArcSinh.md +2 -2
  134. package/docs/Microsoft.Quantum.Math/ArcTan.md +2 -2
  135. package/docs/Microsoft.Quantum.Math/ArcTan2.md +2 -2
  136. package/docs/Microsoft.Quantum.Math/ArcTanh.md +2 -2
  137. package/docs/Microsoft.Quantum.Math/ArgComplex.md +2 -2
  138. package/docs/Microsoft.Quantum.Math/ArgComplexPolar.md +2 -2
  139. package/docs/Microsoft.Quantum.Math/Binom.md +2 -2
  140. package/docs/Microsoft.Quantum.Math/BitSizeI.md +2 -2
  141. package/docs/Microsoft.Quantum.Math/BitSizeL.md +2 -2
  142. package/docs/Microsoft.Quantum.Math/Ceiling.md +2 -2
  143. package/docs/Microsoft.Quantum.Math/Complex.md +2 -2
  144. package/docs/Microsoft.Quantum.Math/ComplexPolar.md +2 -2
  145. package/docs/Microsoft.Quantum.Math/ContinuedFractionConvergentI.md +2 -2
  146. package/docs/Microsoft.Quantum.Math/ContinuedFractionConvergentL.md +2 -2
  147. package/docs/Microsoft.Quantum.Math/Cos.md +2 -2
  148. package/docs/Microsoft.Quantum.Math/Cosh.md +2 -2
  149. package/docs/Microsoft.Quantum.Math/DivRemI.md +2 -2
  150. package/docs/Microsoft.Quantum.Math/DivRemL.md +2 -2
  151. package/docs/Microsoft.Quantum.Math/DividedByC.md +2 -2
  152. package/docs/Microsoft.Quantum.Math/DividedByCP.md +2 -2
  153. package/docs/Microsoft.Quantum.Math/E.md +2 -2
  154. package/docs/Microsoft.Quantum.Math/ExpModI.md +2 -2
  155. package/docs/Microsoft.Quantum.Math/ExpModL.md +2 -2
  156. package/docs/Microsoft.Quantum.Math/ExtendedGreatestCommonDivisorI.md +2 -2
  157. package/docs/Microsoft.Quantum.Math/ExtendedGreatestCommonDivisorL.md +2 -2
  158. package/docs/Microsoft.Quantum.Math/FactorialI.md +2 -2
  159. package/docs/Microsoft.Quantum.Math/FactorialL.md +2 -2
  160. package/docs/Microsoft.Quantum.Math/Floor.md +2 -2
  161. package/docs/Microsoft.Quantum.Math/GreatestCommonDivisorI.md +2 -2
  162. package/docs/Microsoft.Quantum.Math/GreatestCommonDivisorL.md +2 -2
  163. package/docs/Microsoft.Quantum.Math/HammingWeightI.md +2 -2
  164. package/docs/Microsoft.Quantum.Math/InverseModI.md +2 -2
  165. package/docs/Microsoft.Quantum.Math/InverseModL.md +2 -2
  166. package/docs/Microsoft.Quantum.Math/IsCoprimeI.md +2 -2
  167. package/docs/Microsoft.Quantum.Math/IsCoprimeL.md +2 -2
  168. package/docs/Microsoft.Quantum.Math/IsInfinite.md +2 -2
  169. package/docs/Microsoft.Quantum.Math/IsNaN.md +2 -2
  170. package/docs/Microsoft.Quantum.Math/LargestFixedPoint.md +2 -2
  171. package/docs/Microsoft.Quantum.Math/Lg.md +2 -2
  172. package/docs/Microsoft.Quantum.Math/Log.md +2 -2
  173. package/docs/Microsoft.Quantum.Math/Log10.md +2 -2
  174. package/docs/Microsoft.Quantum.Math/LogFactorialD.md +2 -2
  175. package/docs/Microsoft.Quantum.Math/LogGammaD.md +2 -2
  176. package/docs/Microsoft.Quantum.Math/LogOf2.md +2 -2
  177. package/docs/Microsoft.Quantum.Math/Max.md +2 -2
  178. package/docs/Microsoft.Quantum.Math/MaxD.md +2 -2
  179. package/docs/Microsoft.Quantum.Math/MaxI.md +2 -2
  180. package/docs/Microsoft.Quantum.Math/MaxL.md +2 -2
  181. package/docs/Microsoft.Quantum.Math/Min.md +2 -2
  182. package/docs/Microsoft.Quantum.Math/MinD.md +2 -2
  183. package/docs/Microsoft.Quantum.Math/MinI.md +2 -2
  184. package/docs/Microsoft.Quantum.Math/MinL.md +2 -2
  185. package/docs/Microsoft.Quantum.Math/MinusC.md +2 -2
  186. package/docs/Microsoft.Quantum.Math/MinusCP.md +2 -2
  187. package/docs/Microsoft.Quantum.Math/ModulusI.md +2 -2
  188. package/docs/Microsoft.Quantum.Math/ModulusL.md +2 -2
  189. package/docs/Microsoft.Quantum.Math/NegationC.md +2 -2
  190. package/docs/Microsoft.Quantum.Math/NegationCP.md +2 -2
  191. package/docs/Microsoft.Quantum.Math/PI.md +2 -2
  192. package/docs/Microsoft.Quantum.Math/PNorm.md +2 -2
  193. package/docs/Microsoft.Quantum.Math/PNormalized.md +2 -2
  194. package/docs/Microsoft.Quantum.Math/PlusC.md +2 -2
  195. package/docs/Microsoft.Quantum.Math/PlusCP.md +2 -2
  196. package/docs/Microsoft.Quantum.Math/PowC.md +2 -2
  197. package/docs/Microsoft.Quantum.Math/PowCP.md +2 -2
  198. package/docs/Microsoft.Quantum.Math/RealMod.md +2 -2
  199. package/docs/Microsoft.Quantum.Math/Round.md +2 -2
  200. package/docs/Microsoft.Quantum.Math/SignD.md +2 -2
  201. package/docs/Microsoft.Quantum.Math/SignI.md +2 -2
  202. package/docs/Microsoft.Quantum.Math/SignL.md +2 -2
  203. package/docs/Microsoft.Quantum.Math/Sin.md +2 -2
  204. package/docs/Microsoft.Quantum.Math/Sinh.md +2 -2
  205. package/docs/Microsoft.Quantum.Math/SmallestFixedPoint.md +2 -2
  206. package/docs/Microsoft.Quantum.Math/Sqrt.md +2 -2
  207. package/docs/Microsoft.Quantum.Math/SquaredNorm.md +2 -2
  208. package/docs/Microsoft.Quantum.Math/Tan.md +2 -2
  209. package/docs/Microsoft.Quantum.Math/Tanh.md +2 -2
  210. package/docs/Microsoft.Quantum.Math/TimesC.md +2 -2
  211. package/docs/Microsoft.Quantum.Math/TimesCP.md +2 -2
  212. package/docs/Microsoft.Quantum.Math/TrailingZeroCountI.md +2 -2
  213. package/docs/Microsoft.Quantum.Math/TrailingZeroCountL.md +2 -2
  214. package/docs/Microsoft.Quantum.Math/Truncate.md +2 -2
  215. package/docs/Microsoft.Quantum.Measurement/MResetEachZ.md +2 -2
  216. package/docs/Microsoft.Quantum.Measurement/MResetX.md +2 -2
  217. package/docs/Microsoft.Quantum.Measurement/MResetY.md +2 -2
  218. package/docs/Microsoft.Quantum.Measurement/MResetZ.md +2 -2
  219. package/docs/Microsoft.Quantum.Measurement/MeasureAllZ.md +2 -2
  220. package/docs/Microsoft.Quantum.Measurement/MeasureEachZ.md +2 -2
  221. package/docs/Microsoft.Quantum.Measurement/MeasureInteger.md +2 -2
  222. package/docs/Microsoft.Quantum.Random/DrawRandomDouble.md +2 -2
  223. package/docs/Microsoft.Quantum.Random/DrawRandomInt.md +2 -2
  224. package/docs/Microsoft.Quantum.ResourceEstimation/AccountForEstimates.md +2 -2
  225. package/docs/Microsoft.Quantum.ResourceEstimation/AuxQubitCount.md +2 -2
  226. package/docs/Microsoft.Quantum.ResourceEstimation/BeginEstimateCaching.md +2 -2
  227. package/docs/Microsoft.Quantum.ResourceEstimation/BeginRepeatEstimates.md +2 -2
  228. package/docs/Microsoft.Quantum.ResourceEstimation/CczCount.md +2 -2
  229. package/docs/Microsoft.Quantum.ResourceEstimation/EndEstimateCaching.md +2 -2
  230. package/docs/Microsoft.Quantum.ResourceEstimation/EndRepeatEstimates.md +2 -2
  231. package/docs/Microsoft.Quantum.ResourceEstimation/MeasurementCount.md +2 -2
  232. package/docs/Microsoft.Quantum.ResourceEstimation/PSSPCLayout.md +2 -2
  233. package/docs/Microsoft.Quantum.ResourceEstimation/RepeatEstimates.md +2 -2
  234. package/docs/Microsoft.Quantum.ResourceEstimation/RotationCount.md +2 -2
  235. package/docs/Microsoft.Quantum.ResourceEstimation/RotationDepth.md +2 -2
  236. package/docs/Microsoft.Quantum.ResourceEstimation/SingleVariant.md +2 -2
  237. package/docs/Microsoft.Quantum.ResourceEstimation/TCount.md +2 -2
  238. package/docs/Microsoft.Quantum.Unstable.Arithmetic/AddLE.md +2 -2
  239. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfEqualL.md +2 -2
  240. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfEqualLE.md +2 -2
  241. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterL.md +2 -2
  242. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterLE.md +2 -2
  243. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterOrEqualL.md +2 -2
  244. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterOrEqualLE.md +2 -2
  245. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessL.md +2 -2
  246. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessLE.md +2 -2
  247. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessOrEqualL.md +2 -2
  248. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessOrEqualLE.md +2 -2
  249. package/docs/Microsoft.Quantum.Unstable.Arithmetic/FourierTDIncByLE.md +2 -2
  250. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByI.md +2 -2
  251. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByIUsingIncByLE.md +2 -2
  252. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByL.md +2 -2
  253. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLE.md +2 -2
  254. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLEUsingAddLE.md +2 -2
  255. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLUsingIncByLE.md +2 -2
  256. package/docs/Microsoft.Quantum.Unstable.Arithmetic/LookAheadDKRSAddLE.md +2 -2
  257. package/docs/Microsoft.Quantum.Unstable.Arithmetic/MAJ.md +2 -2
  258. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ReflectAboutInteger.md +2 -2
  259. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryCGAddLE.md +2 -2
  260. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryCGIncByLE.md +2 -2
  261. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryTTKIncByLE.md +2 -2
  262. package/docs/Microsoft.Quantum.Unstable.StatePreparation/ApproximatelyPreparePureStateCP.md +2 -2
  263. package/docs/Microsoft.Quantum.Unstable.StatePreparation/PreparePureStateD.md +2 -2
  264. package/docs/Microsoft.Quantum.Unstable.TableLookup/Select.md +2 -2
  265. package/lib/node/qsc_wasm.cjs +74 -51
  266. package/lib/node/qsc_wasm.d.cts +12 -6
  267. package/lib/node/qsc_wasm_bg.wasm +0 -0
  268. package/lib/web/qsc_wasm.d.ts +17 -11
  269. package/lib/web/qsc_wasm.js +72 -49
  270. package/lib/web/qsc_wasm_bg.wasm +0 -0
  271. package/package.json +1 -1
  272. package/ux/estimatesOverview.tsx +6 -2
  273. package/ux/scatterChart.tsx +31 -10
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.Sqrt
3
3
  title: Sqrt function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: Sqrt
9
- qsharp.summary: Returns the square root of a specified number.
9
+ qsharp.summary: "Returns the square root of a specified number."
10
10
  ---
11
11
 
12
12
  # Sqrt function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.SquaredNorm
3
3
  title: SquaredNorm function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: SquaredNorm
9
- qsharp.summary: Returns the squared 2-norm of a vector.
9
+ qsharp.summary: "Returns the squared 2-norm of a vector."
10
10
  ---
11
11
 
12
12
  # SquaredNorm function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.Tan
3
3
  title: Tan function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: Tan
9
- qsharp.summary: Returns the tangent of the specified angle.
9
+ qsharp.summary: "Returns the tangent of the specified angle."
10
10
  ---
11
11
 
12
12
  # Tan function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.Tanh
3
3
  title: Tanh function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: Tanh
9
- qsharp.summary: Returns the hyperbolic tangent of the specified angle.
9
+ qsharp.summary: "Returns the hyperbolic tangent of the specified angle."
10
10
  ---
11
11
 
12
12
  # Tanh function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.TimesC
3
3
  title: TimesC function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: TimesC
9
- qsharp.summary: Returns the product of two inputs of type `Complex`.
9
+ qsharp.summary: "Returns the product of two inputs of type `Complex`."
10
10
  ---
11
11
 
12
12
  # TimesC function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.TimesCP
3
3
  title: TimesCP function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: TimesCP
9
- qsharp.summary: Returns the product of two inputs of type `ComplexPolar`.
9
+ qsharp.summary: "Returns the product of two inputs of type `ComplexPolar`."
10
10
  ---
11
11
 
12
12
  # TimesCP function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.TrailingZeroCountI
3
3
  title: TrailingZeroCountI function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: TrailingZeroCountI
9
- qsharp.summary: For a non-zero integer `a`, returns the number of trailing zero bits in the binary representation of `a`.
9
+ qsharp.summary: "For a non-zero integer `a`, returns the number of trailing zero bits in the binary representation of `a`."
10
10
  ---
11
11
 
12
12
  # TrailingZeroCountI function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.TrailingZeroCountL
3
3
  title: TrailingZeroCountL function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: TrailingZeroCountL
9
- qsharp.summary: For a non-zero integer `a`, returns the number of trailing zero bits in the binary representation of `a`.
9
+ qsharp.summary: "For a non-zero integer `a`, returns the number of trailing zero bits in the binary representation of `a`."
10
10
  ---
11
11
 
12
12
  # TrailingZeroCountL function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Math.Truncate
3
3
  title: Truncate function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.Math
8
8
  qsharp.name: Truncate
9
- qsharp.summary: Returns the integral part of a number. For example: Truncate(3.7) = 3; Truncate(-3.7) = -3
9
+ qsharp.summary: "Returns the integral part of a number. For example: Truncate(3.7) = 3; Truncate(-3.7) = -3"
10
10
  ---
11
11
 
12
12
  # Truncate function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MResetEachZ
3
3
  title: MResetEachZ operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MResetEachZ
9
- qsharp.summary: Measures each qubit in a given array in the Z basis and resets them to a fixed initial state.
9
+ qsharp.summary: "Measures each qubit in a given array in the Z basis and resets them to a fixed initial state."
10
10
  ---
11
11
 
12
12
  # MResetEachZ operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MResetX
3
3
  title: MResetX operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MResetX
9
- qsharp.summary: Measures a single qubit in the X basis, and resets it to a fixed initial state following the measurement.
9
+ qsharp.summary: "Measures a single qubit in the X basis, and resets it to a fixed initial state following the measurement."
10
10
  ---
11
11
 
12
12
  # MResetX operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MResetY
3
3
  title: MResetY operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MResetY
9
- qsharp.summary: Measures a single qubit in the Y basis, and resets it to a fixed initial state following the measurement.
9
+ qsharp.summary: "Measures a single qubit in the Y basis, and resets it to a fixed initial state following the measurement."
10
10
  ---
11
11
 
12
12
  # MResetY operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MResetZ
3
3
  title: MResetZ operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MResetZ
9
- qsharp.summary: Measures a single qubit in the Z basis, and resets it to a fixed initial state following the measurement.
9
+ qsharp.summary: "Measures a single qubit in the Z basis, and resets it to a fixed initial state following the measurement."
10
10
  ---
11
11
 
12
12
  # MResetZ operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MeasureAllZ
3
3
  title: MeasureAllZ operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MeasureAllZ
9
- qsharp.summary: Jointly measures a register of qubits in the Pauli Z basis.
9
+ qsharp.summary: "Jointly measures a register of qubits in the Pauli Z basis."
10
10
  ---
11
11
 
12
12
  # MeasureAllZ operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MeasureEachZ
3
3
  title: MeasureEachZ operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MeasureEachZ
9
- qsharp.summary: Measures each qubit in a given array in the standard basis.
9
+ qsharp.summary: "Measures each qubit in a given array in the standard basis."
10
10
  ---
11
11
 
12
12
  # MeasureEachZ operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Measurement.MeasureInteger
3
3
  title: MeasureInteger operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Measurement
8
8
  qsharp.name: MeasureInteger
9
- qsharp.summary: Measures the content of a quantum register and converts it to an integer. The measurement is performed with respect to the standard computational basis, i.e., the eigenbasis of `PauliZ`.
9
+ qsharp.summary: "Measures the content of a quantum register and converts it to an integer. The measurement is performed with respect to the standard computational basis, i.e., the eigenbasis of `PauliZ`."
10
10
  ---
11
11
 
12
12
  # MeasureInteger operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Random.DrawRandomDouble
3
3
  title: DrawRandomDouble operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Random
8
8
  qsharp.name: DrawRandomDouble
9
- qsharp.summary: Draws a random real number in a given inclusive interval.
9
+ qsharp.summary: "Draws a random real number in a given inclusive interval."
10
10
  ---
11
11
 
12
12
  # DrawRandomDouble operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Random.DrawRandomInt
3
3
  title: DrawRandomInt operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Random
8
8
  qsharp.name: DrawRandomInt
9
- qsharp.summary: Draws a random integer in a given inclusive range.
9
+ qsharp.summary: "Draws a random integer in a given inclusive range."
10
10
  ---
11
11
 
12
12
  # DrawRandomInt operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.AccountForEstimates
3
3
  title: AccountForEstimates operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: AccountForEstimates
9
- qsharp.summary: Account for the resource estimates of an unimplemented operation, which were obtained separately. This operation is only available when using resource estimator execution target.
9
+ qsharp.summary: "Account for the resource estimates of an unimplemented operation, which were obtained separately. This operation is only available when using resource estimator execution target."
10
10
  ---
11
11
 
12
12
  # AccountForEstimates operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.AuxQubitCount
3
3
  title: AuxQubitCount function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: AuxQubitCount
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of auxiliary qubits is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of auxiliary qubits is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # AuxQubitCount function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.BeginEstimateCaching
3
3
  title: BeginEstimateCaching function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: BeginEstimateCaching
9
- qsharp.summary: Informs the resource estimator of the start of the code fragment for which estimates caching can be done. This function is only available when using resource estimator execution target.
9
+ qsharp.summary: "Informs the resource estimator of the start of the code fragment for which estimates caching can be done. This function is only available when using resource estimator execution target."
10
10
  ---
11
11
 
12
12
  # BeginEstimateCaching function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.BeginRepeatEstimates
3
3
  title: BeginRepeatEstimates operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: BeginRepeatEstimates
9
- qsharp.summary: Instructs the resource estimator to assume that the resources from the call of this operation until a call to `EndRepeatEstimates` are accounted for `count` times, without the need to execute the code that many times. Calls to `BeginRepeatEstimates` and `EndRepeatEstimates` can be nested. A helper operation `RepeatEstimates` allows to call the two functions in a `within` block.
9
+ qsharp.summary: "Instructs the resource estimator to assume that the resources from the call of this operation until a call to `EndRepeatEstimates` are accounted for `count` times, without the need to execute the code that many times. Calls to `BeginRepeatEstimates` and `EndRepeatEstimates` can be nested. A helper operation `RepeatEstimates` allows to call the two functions in a `within` block."
10
10
  ---
11
11
 
12
12
  # BeginRepeatEstimates operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.CczCount
3
3
  title: CczCount function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: CczCount
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of the CCZ gates is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of the CCZ gates is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # CczCount function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.EndEstimateCaching
3
3
  title: EndEstimateCaching function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: EndEstimateCaching
9
- qsharp.summary: Instructs the resource estimator to stop estimates caching because the code fragment in consideration is over. This function is only available when using resource estimator execution target.
9
+ qsharp.summary: "Instructs the resource estimator to stop estimates caching because the code fragment in consideration is over. This function is only available when using resource estimator execution target."
10
10
  ---
11
11
 
12
12
  # EndEstimateCaching function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.EndRepeatEstimates
3
3
  title: EndRepeatEstimates operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: EndRepeatEstimates
9
- qsharp.summary: Companion operation to `BeginRepeatEstimates`.
9
+ qsharp.summary: "Companion operation to `BeginRepeatEstimates`."
10
10
  ---
11
11
 
12
12
  # EndRepeatEstimates operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.MeasurementCount
3
3
  title: MeasurementCount function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: MeasurementCount
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number Measurements is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number Measurements is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # MeasurementCount function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.PSSPCLayout
3
3
  title: PSSPCLayout function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: PSSPCLayout
9
- qsharp.summary: Pass the value returned by the function to the `AccountForEstimates` operation to indicate Parallel Synthesis Sequential Pauli Computation (PSSPC) layout. See https://arxiv.org/pdf/2211.07629.pdf for details.
9
+ qsharp.summary: "Pass the value returned by the function to the `AccountForEstimates` operation to indicate Parallel Synthesis Sequential Pauli Computation (PSSPC) layout. See https://arxiv.org/pdf/2211.07629.pdf for details."
10
10
  ---
11
11
 
12
12
  # PSSPCLayout function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.RepeatEstimates
3
3
  title: RepeatEstimates operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: RepeatEstimates
9
- qsharp.summary: Instructs the resource estimator to assume that the resources from the call of this operation until a call to `Adjoint RepeatEstimates` are accounted for `count` times, without the need to execute the code that many times.
9
+ qsharp.summary: "Instructs the resource estimator to assume that the resources from the call of this operation until a call to `Adjoint RepeatEstimates` are accounted for `count` times, without the need to execute the code that many times."
10
10
  ---
11
11
 
12
12
  # RepeatEstimates operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.RotationCount
3
3
  title: RotationCount function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: RotationCount
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of rotations is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of rotations is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # RotationCount function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.RotationDepth
3
3
  title: RotationDepth function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: RotationDepth
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the rotation depth is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the rotation depth is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # RotationDepth function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.SingleVariant
3
3
  title: SingleVariant function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: SingleVariant
9
- qsharp.summary: Used to specify that there's only one execution variant in `BeginEstimateCaching` function
9
+ qsharp.summary: "Used to specify that there's only one execution variant in `BeginEstimateCaching` function"
10
10
  ---
11
11
 
12
12
  # SingleVariant function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.ResourceEstimation.TCount
3
3
  title: TCount function
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
7
  qsharp.namespace: Microsoft.Quantum.ResourceEstimation
8
8
  qsharp.name: TCount
9
- qsharp.summary: Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of the T gates is equal to the `amount`.
9
+ qsharp.summary: "Returns a tuple that can be passed to the `AccountForEstimates` operation to specify that the number of the T gates is equal to the `amount`."
10
10
  ---
11
11
 
12
12
  # TCount function
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.AddLE
3
3
  title: AddLE operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: AddLE
9
- qsharp.summary: Sets a zero-initialized little-endian register zs to the sum of little-endian registers xs and ys
9
+ qsharp.summary: "Sets a zero-initialized little-endian register zs to the sum of little-endian registers xs and ys"
10
10
  ---
11
11
 
12
12
  # AddLE operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfEqualL
3
3
  title: ApplyIfEqualL operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfEqualL
9
- qsharp.summary: Computes `if (c == x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is equal to the little-endian qubit register `x`
9
+ qsharp.summary: "Computes `if (c == x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is equal to the little-endian qubit register `x`"
10
10
  ---
11
11
 
12
12
  # ApplyIfEqualL operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfEqualLE
3
3
  title: ApplyIfEqualLE operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfEqualLE
9
- qsharp.summary: Computes `if x == y { action(target) }`, that is, applies `action` to `target` if register `x` is equal to the register `y`. Both qubit registers should be in a little-endian format.
9
+ qsharp.summary: "Computes `if x == y { action(target) }`, that is, applies `action` to `target` if register `x` is equal to the register `y`. Both qubit registers should be in a little-endian format."
10
10
  ---
11
11
 
12
12
  # ApplyIfEqualLE operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfGreaterL
3
3
  title: ApplyIfGreaterL operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfGreaterL
9
- qsharp.summary: Computes `if (c > x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is greater than the little-endian qubit register `x`
9
+ qsharp.summary: "Computes `if (c > x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is greater than the little-endian qubit register `x`"
10
10
  ---
11
11
 
12
12
  # ApplyIfGreaterL operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfGreaterLE
3
3
  title: ApplyIfGreaterLE operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfGreaterLE
9
- qsharp.summary: Computes `if x > y { action(target) }`, that is, applies `action` to `target` if register `x` is greater than the register `y`. Both qubit registers should be in a little-endian format.
9
+ qsharp.summary: "Computes `if x > y { action(target) }`, that is, applies `action` to `target` if register `x` is greater than the register `y`. Both qubit registers should be in a little-endian format."
10
10
  ---
11
11
 
12
12
  # ApplyIfGreaterLE operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfGreaterOrEqualL
3
3
  title: ApplyIfGreaterOrEqualL operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfGreaterOrEqualL
9
- qsharp.summary: Computes `if (c >= x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is greater or equal to the little-endian qubit register `x`
9
+ qsharp.summary: "Computes `if (c >= x) { action(target) }`, that is, applies `action` to `target` if a BigInt value `c` is greater or equal to the little-endian qubit register `x`"
10
10
  ---
11
11
 
12
12
  # ApplyIfGreaterOrEqualL operation
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  uid: Qdk.Microsoft.Quantum.Unstable.Arithmetic.ApplyIfGreaterOrEqualLE
3
3
  title: ApplyIfGreaterOrEqualLE operation
4
- ms.date: 02/23/2024 12:00:00 AM
4
+ ms.date: 02/28/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
7
  qsharp.namespace: Microsoft.Quantum.Unstable.Arithmetic
8
8
  qsharp.name: ApplyIfGreaterOrEqualLE
9
- qsharp.summary: Computes `if x >= y { action(target) }`, that is, applies `action` to `target` if register `x` is greater or equal to the register `y`. Both qubit registers should be in a little-endian format.
9
+ qsharp.summary: "Computes `if x >= y { action(target) }`, that is, applies `action` to `target` if register `x` is greater or equal to the register `y`. Both qubit registers should be in a little-endian format."
10
10
  ---
11
11
 
12
12
  # ApplyIfGreaterOrEqualLE operation