qsharp-lang 1.8.3-dev → 1.8.5-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 (267) hide show
  1. package/dist/samples.generated.js +16 -16
  2. package/docs/Microsoft.Quantum.Core/Length.md +5 -20
  3. package/docs/Microsoft.Quantum.Core/Repeated.md +5 -30
  4. package/docs/Microsoft.Quantum.Unstable.Arithmetic/AddLE.md +1 -1
  5. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfEqualL.md +1 -1
  6. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfEqualLE.md +1 -1
  7. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterL.md +1 -1
  8. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterLE.md +1 -1
  9. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterOrEqualL.md +1 -1
  10. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfGreaterOrEqualLE.md +1 -1
  11. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessL.md +1 -1
  12. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessLE.md +1 -1
  13. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessOrEqualL.md +1 -1
  14. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ApplyIfLessOrEqualLE.md +1 -1
  15. package/docs/Microsoft.Quantum.Unstable.Arithmetic/FourierTDIncByLE.md +1 -1
  16. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByI.md +1 -1
  17. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByIUsingIncByLE.md +1 -1
  18. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByL.md +1 -1
  19. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLE.md +1 -1
  20. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLEUsingAddLE.md +1 -1
  21. package/docs/Microsoft.Quantum.Unstable.Arithmetic/IncByLUsingIncByLE.md +1 -1
  22. package/docs/Microsoft.Quantum.Unstable.Arithmetic/LookAheadDKRSAddLE.md +1 -1
  23. package/docs/Microsoft.Quantum.Unstable.Arithmetic/MAJ.md +1 -1
  24. package/docs/Microsoft.Quantum.Unstable.Arithmetic/ReflectAboutInteger.md +1 -1
  25. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryCGAddLE.md +1 -1
  26. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryCGIncByLE.md +1 -1
  27. package/docs/Microsoft.Quantum.Unstable.Arithmetic/RippleCarryTTKIncByLE.md +1 -1
  28. package/docs/Microsoft.Quantum.Unstable.StatePreparation/ApproximatelyPreparePureStateCP.md +1 -1
  29. package/docs/Microsoft.Quantum.Unstable.StatePreparation/PreparePureStateD.md +1 -1
  30. package/docs/Microsoft.Quantum.Unstable.TableLookup/Select.md +1 -1
  31. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/All.md +4 -4
  32. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Any.md +5 -6
  33. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Chunks.md +5 -6
  34. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/CircularlyShifted.md +5 -6
  35. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/ColumnAt.md +5 -6
  36. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Count.md +5 -6
  37. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Diagonal.md +5 -6
  38. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/DrawMany.md +5 -6
  39. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Enumerated.md +5 -6
  40. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Excluding.md +5 -6
  41. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Filtered.md +5 -6
  42. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/FlatMapped.md +5 -6
  43. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Flattened.md +5 -6
  44. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Fold.md +5 -6
  45. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/ForEach.md +5 -6
  46. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Head.md +5 -6
  47. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/HeadAndRest.md +5 -6
  48. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IndexOf.md +5 -6
  49. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IndexRange.md +5 -6
  50. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Interleaved.md +5 -6
  51. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IsEmpty.md +5 -6
  52. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IsRectangularArray.md +5 -6
  53. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IsSorted.md +5 -6
  54. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/IsSquareArray.md +5 -6
  55. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Mapped.md +5 -6
  56. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/MappedByIndex.md +5 -6
  57. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/MappedOverRange.md +5 -6
  58. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Most.md +5 -6
  59. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/MostAndTail.md +5 -6
  60. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Padded.md +5 -6
  61. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Partitioned.md +5 -6
  62. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Rest.md +5 -6
  63. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Reversed.md +5 -6
  64. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/SequenceI.md +5 -6
  65. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/SequenceL.md +5 -6
  66. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Sorted.md +5 -6
  67. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Subarray.md +5 -6
  68. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Swapped.md +5 -6
  69. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Tail.md +5 -6
  70. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Transposed.md +5 -6
  71. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Unzipped.md +5 -6
  72. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Where.md +5 -6
  73. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Windows.md +5 -6
  74. package/docs/{Microsoft.Quantum.Arrays → Std.Arrays}/Zipped.md +5 -6
  75. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyCNOTChain.md +4 -4
  76. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyControlledOnBitString.md +4 -4
  77. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyControlledOnInt.md +4 -4
  78. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyP.md +4 -4
  79. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyPauli.md +4 -4
  80. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyPauliFromBitString.md +4 -4
  81. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyPauliFromInt.md +4 -4
  82. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyQFT.md +4 -4
  83. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyToEach.md +4 -4
  84. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyToEachA.md +4 -4
  85. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyToEachC.md +4 -4
  86. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyToEachCA.md +4 -4
  87. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyXorInPlace.md +4 -4
  88. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/ApplyXorInPlaceL.md +4 -4
  89. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/CX.md +4 -4
  90. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/CY.md +4 -4
  91. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/CZ.md +4 -4
  92. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/Fst.md +4 -4
  93. package/docs/Std.Canon/Relabel.md +49 -0
  94. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/Snd.md +4 -4
  95. package/docs/{Microsoft.Quantum.Canon → Std.Canon}/SwapReverseRegister.md +4 -4
  96. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/BigIntAsBoolArray.md +5 -6
  97. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/BoolArrayAsBigInt.md +5 -6
  98. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/BoolArrayAsInt.md +5 -6
  99. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/BoolArrayAsResultArray.md +5 -6
  100. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/BoolAsResult.md +5 -6
  101. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/ComplexAsComplexPolar.md +5 -6
  102. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/ComplexPolarAsComplex.md +5 -6
  103. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/DoubleAsStringWithPrecision.md +5 -6
  104. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/IntAsBigInt.md +4 -5
  105. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/IntAsBoolArray.md +5 -6
  106. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/IntAsDouble.md +4 -4
  107. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/ResultArrayAsBoolArray.md +5 -6
  108. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/ResultArrayAsInt.md +5 -6
  109. package/docs/{Microsoft.Quantum.Convert → Std.Convert}/ResultAsBool.md +5 -6
  110. package/docs/Std.Core/Length.md +33 -0
  111. package/docs/Std.Core/Repeated.md +43 -0
  112. package/docs/{Microsoft.Quantum.Diagnostics → Std.Diagnostics}/DumpMachine.md +4 -4
  113. package/docs/{Microsoft.Quantum.Diagnostics → Std.Diagnostics}/DumpRegister.md +5 -6
  114. package/docs/{Microsoft.Quantum.Diagnostics → Std.Diagnostics}/Fact.md +5 -6
  115. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/AND.md +5 -6
  116. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/CCNOT.md +5 -6
  117. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/CNOT.md +5 -6
  118. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Exp.md +5 -6
  119. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/H.md +5 -6
  120. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/I.md +5 -6
  121. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/M.md +5 -6
  122. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Measure.md +5 -6
  123. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Message.md +5 -6
  124. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/R.md +5 -6
  125. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/R1.md +5 -6
  126. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/R1Frac.md +5 -6
  127. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/RFrac.md +5 -6
  128. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Reset.md +5 -6
  129. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/ResetAll.md +5 -6
  130. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Rx.md +5 -6
  131. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Rxx.md +5 -6
  132. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Ry.md +5 -6
  133. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Ryy.md +5 -6
  134. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Rz.md +5 -6
  135. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Rzz.md +5 -6
  136. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/S.md +5 -6
  137. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/SWAP.md +5 -6
  138. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/T.md +5 -6
  139. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/X.md +5 -6
  140. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Y.md +5 -6
  141. package/docs/{Microsoft.Quantum.Intrinsic → Std.Intrinsic}/Z.md +5 -6
  142. package/docs/{Microsoft.Quantum.Logical → Std.Logical}/Xor.md +4 -4
  143. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsComplex.md +5 -6
  144. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsComplexPolar.md +5 -6
  145. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsD.md +4 -5
  146. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsI.md +4 -5
  147. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsL.md +4 -6
  148. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsSquaredComplex.md +5 -6
  149. package/docs/{Microsoft.Quantum.Math → Std.Math}/AbsSquaredComplexPolar.md +5 -6
  150. package/docs/{Microsoft.Quantum.Math → Std.Math}/ApproximateFactorial.md +5 -6
  151. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcCos.md +4 -4
  152. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcCosh.md +4 -5
  153. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcSin.md +4 -5
  154. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcSinh.md +4 -5
  155. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcTan.md +4 -5
  156. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcTan2.md +4 -5
  157. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArcTanh.md +4 -5
  158. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArgComplex.md +5 -6
  159. package/docs/{Microsoft.Quantum.Math → Std.Math}/ArgComplexPolar.md +5 -6
  160. package/docs/{Microsoft.Quantum.Math → Std.Math}/Binom.md +5 -6
  161. package/docs/{Microsoft.Quantum.Math → Std.Math}/BitSizeI.md +4 -4
  162. package/docs/{Microsoft.Quantum.Math → Std.Math}/BitSizeL.md +4 -5
  163. package/docs/{Microsoft.Quantum.Math → Std.Math}/Ceiling.md +4 -5
  164. package/docs/{Microsoft.Quantum.Math → Std.Math}/Complex.md +4 -4
  165. package/docs/{Microsoft.Quantum.Math → Std.Math}/ComplexPolar.md +5 -6
  166. package/docs/{Microsoft.Quantum.Math → Std.Math}/ContinuedFractionConvergentI.md +4 -5
  167. package/docs/{Microsoft.Quantum.Math → Std.Math}/ContinuedFractionConvergentL.md +4 -5
  168. package/docs/{Microsoft.Quantum.Math → Std.Math}/Cos.md +4 -5
  169. package/docs/{Microsoft.Quantum.Math → Std.Math}/Cosh.md +4 -5
  170. package/docs/{Microsoft.Quantum.Math → Std.Math}/DivRemI.md +4 -4
  171. package/docs/{Microsoft.Quantum.Math → Std.Math}/DivRemL.md +4 -5
  172. package/docs/{Microsoft.Quantum.Math → Std.Math}/DividedByC.md +5 -6
  173. package/docs/{Microsoft.Quantum.Math → Std.Math}/DividedByCP.md +5 -6
  174. package/docs/{Microsoft.Quantum.Math → Std.Math}/E.md +5 -6
  175. package/docs/{Microsoft.Quantum.Math → Std.Math}/ExpModI.md +4 -5
  176. package/docs/{Microsoft.Quantum.Math → Std.Math}/ExpModL.md +4 -5
  177. package/docs/{Microsoft.Quantum.Math → Std.Math}/ExtendedGreatestCommonDivisorI.md +4 -5
  178. package/docs/{Microsoft.Quantum.Math → Std.Math}/ExtendedGreatestCommonDivisorL.md +4 -5
  179. package/docs/{Microsoft.Quantum.Math → Std.Math}/FactorialI.md +4 -4
  180. package/docs/{Microsoft.Quantum.Math → Std.Math}/FactorialL.md +5 -6
  181. package/docs/{Microsoft.Quantum.Math → Std.Math}/Floor.md +4 -5
  182. package/docs/{Microsoft.Quantum.Math → Std.Math}/GreatestCommonDivisorI.md +4 -4
  183. package/docs/{Microsoft.Quantum.Math → Std.Math}/GreatestCommonDivisorL.md +4 -5
  184. package/docs/{Microsoft.Quantum.Math → Std.Math}/HammingWeightI.md +4 -5
  185. package/docs/{Microsoft.Quantum.Math → Std.Math}/InverseModI.md +5 -6
  186. package/docs/{Microsoft.Quantum.Math → Std.Math}/InverseModL.md +5 -6
  187. package/docs/{Microsoft.Quantum.Math → Std.Math}/IsCoprimeI.md +5 -6
  188. package/docs/{Microsoft.Quantum.Math → Std.Math}/IsCoprimeL.md +5 -6
  189. package/docs/{Microsoft.Quantum.Math → Std.Math}/IsInfinite.md +5 -6
  190. package/docs/{Microsoft.Quantum.Math → Std.Math}/IsNaN.md +4 -4
  191. package/docs/{Microsoft.Quantum.Math → Std.Math}/LargestFixedPoint.md +5 -6
  192. package/docs/{Microsoft.Quantum.Math → Std.Math}/Lg.md +4 -5
  193. package/docs/{Microsoft.Quantum.Math → Std.Math}/Log.md +4 -5
  194. package/docs/{Microsoft.Quantum.Math → Std.Math}/Log10.md +4 -5
  195. package/docs/{Microsoft.Quantum.Math → Std.Math}/LogFactorialD.md +5 -6
  196. package/docs/{Microsoft.Quantum.Math → Std.Math}/LogGammaD.md +5 -6
  197. package/docs/{Microsoft.Quantum.Math → Std.Math}/LogOf2.md +5 -6
  198. package/docs/{Microsoft.Quantum.Math → Std.Math}/Max.md +5 -6
  199. package/docs/{Microsoft.Quantum.Math → Std.Math}/MaxD.md +4 -5
  200. package/docs/{Microsoft.Quantum.Math → Std.Math}/MaxI.md +4 -5
  201. package/docs/{Microsoft.Quantum.Math → Std.Math}/MaxL.md +4 -5
  202. package/docs/{Microsoft.Quantum.Math → Std.Math}/Min.md +5 -6
  203. package/docs/{Microsoft.Quantum.Math → Std.Math}/MinD.md +4 -5
  204. package/docs/{Microsoft.Quantum.Math → Std.Math}/MinI.md +4 -5
  205. package/docs/{Microsoft.Quantum.Math → Std.Math}/MinL.md +4 -5
  206. package/docs/{Microsoft.Quantum.Math → Std.Math}/MinusC.md +5 -6
  207. package/docs/{Microsoft.Quantum.Math → Std.Math}/MinusCP.md +5 -6
  208. package/docs/{Microsoft.Quantum.Math → Std.Math}/ModulusI.md +4 -5
  209. package/docs/{Microsoft.Quantum.Math → Std.Math}/ModulusL.md +4 -5
  210. package/docs/{Microsoft.Quantum.Math → Std.Math}/NegationC.md +5 -6
  211. package/docs/{Microsoft.Quantum.Math → Std.Math}/NegationCP.md +5 -6
  212. package/docs/{Microsoft.Quantum.Math → Std.Math}/PI.md +4 -4
  213. package/docs/{Microsoft.Quantum.Math → Std.Math}/PNorm.md +5 -6
  214. package/docs/{Microsoft.Quantum.Math → Std.Math}/PNormalized.md +5 -6
  215. package/docs/{Microsoft.Quantum.Math → Std.Math}/PlusC.md +5 -6
  216. package/docs/{Microsoft.Quantum.Math → Std.Math}/PlusCP.md +5 -6
  217. package/docs/{Microsoft.Quantum.Math → Std.Math}/PowC.md +5 -6
  218. package/docs/{Microsoft.Quantum.Math → Std.Math}/PowCP.md +5 -6
  219. package/docs/{Microsoft.Quantum.Math → Std.Math}/RealMod.md +5 -6
  220. package/docs/{Microsoft.Quantum.Math → Std.Math}/Round.md +4 -5
  221. package/docs/{Microsoft.Quantum.Math → Std.Math}/SignD.md +4 -5
  222. package/docs/{Microsoft.Quantum.Math → Std.Math}/SignI.md +4 -4
  223. package/docs/{Microsoft.Quantum.Math → Std.Math}/SignL.md +4 -5
  224. package/docs/{Microsoft.Quantum.Math → Std.Math}/Sin.md +4 -5
  225. package/docs/{Microsoft.Quantum.Math → Std.Math}/Sinh.md +4 -5
  226. package/docs/{Microsoft.Quantum.Math → Std.Math}/SmallestFixedPoint.md +4 -4
  227. package/docs/{Microsoft.Quantum.Math → Std.Math}/Sqrt.md +4 -4
  228. package/docs/{Microsoft.Quantum.Math → Std.Math}/SquaredNorm.md +4 -4
  229. package/docs/{Microsoft.Quantum.Math → Std.Math}/Tan.md +4 -5
  230. package/docs/{Microsoft.Quantum.Math → Std.Math}/Tanh.md +4 -5
  231. package/docs/{Microsoft.Quantum.Math → Std.Math}/TimesC.md +5 -6
  232. package/docs/{Microsoft.Quantum.Math → Std.Math}/TimesCP.md +5 -6
  233. package/docs/{Microsoft.Quantum.Math → Std.Math}/TrailingZeroCountI.md +4 -5
  234. package/docs/{Microsoft.Quantum.Math → Std.Math}/TrailingZeroCountL.md +4 -5
  235. package/docs/{Microsoft.Quantum.Math → Std.Math}/Truncate.md +4 -4
  236. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MResetEachZ.md +5 -6
  237. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MResetX.md +5 -6
  238. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MResetY.md +5 -6
  239. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MResetZ.md +5 -6
  240. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MeasureAllZ.md +4 -4
  241. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MeasureEachZ.md +5 -6
  242. package/docs/{Microsoft.Quantum.Measurement → Std.Measurement}/MeasureInteger.md +5 -6
  243. package/docs/{Microsoft.Quantum.Core → Std.Range}/IsRangeEmpty.md +4 -4
  244. package/docs/{Microsoft.Quantum.Core → Std.Range}/RangeEnd.md +4 -4
  245. package/docs/{Microsoft.Quantum.Core → Std.Range}/RangeReverse.md +4 -4
  246. package/docs/{Microsoft.Quantum.Core → Std.Range}/RangeStart.md +4 -4
  247. package/docs/{Microsoft.Quantum.Core → Std.Range}/RangeStep.md +4 -4
  248. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/AccountForEstimates.md +5 -6
  249. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/AuxQubitCount.md +4 -4
  250. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/BeginEstimateCaching.md +5 -6
  251. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/BeginRepeatEstimates.md +5 -6
  252. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/CczCount.md +4 -5
  253. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/EndEstimateCaching.md +4 -5
  254. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/EndRepeatEstimates.md +4 -5
  255. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/MeasurementCount.md +4 -5
  256. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/PSSPCLayout.md +4 -5
  257. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/RepeatEstimates.md +5 -6
  258. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/RotationCount.md +4 -5
  259. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/RotationDepth.md +4 -5
  260. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/SingleVariant.md +4 -4
  261. package/docs/{Microsoft.Quantum.ResourceEstimation → Std.ResourceEstimation}/TCount.md +4 -5
  262. package/docs/toc.yml +265 -256
  263. package/lib/node/qsc_wasm.cjs +2 -2
  264. package/lib/node/qsc_wasm_bg.wasm +0 -0
  265. package/lib/web/qsc_wasm.js +2 -2
  266. package/lib/web/qsc_wasm_bg.wasm +0 -0
  267. package/package.json +1 -1
@@ -1,17 +1,17 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.Core.RangeStart
2
+ uid: Qdk.Std.Range.RangeStart
3
3
  title: RangeStart function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.Core
7
+ qsharp.namespace: Std.Range
8
8
  qsharp.name: RangeStart
9
9
  qsharp.summary: "Returns the defined start value of the given range."
10
10
  ---
11
11
 
12
12
  # RangeStart function
13
13
 
14
- Fully qualified name: Microsoft.Quantum.Core.RangeStart
14
+ Fully qualified name: Std.Range.RangeStart
15
15
 
16
16
  ```qsharp
17
17
  function RangeStart(r : Range) : Int
@@ -1,17 +1,17 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.Core.RangeStep
2
+ uid: Qdk.Std.Range.RangeStep
3
3
  title: RangeStep function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.Core
7
+ qsharp.namespace: Std.Range
8
8
  qsharp.name: RangeStep
9
9
  qsharp.summary: "Returns the integer that specifies how the next value of a range is calculated."
10
10
  ---
11
11
 
12
12
  # RangeStep function
13
13
 
14
- Fully qualified name: Microsoft.Quantum.Core.RangeStep
14
+ Fully qualified name: Std.Range.RangeStep
15
15
 
16
16
  ```qsharp
17
17
  function RangeStep(r : Range) : Int
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.AccountForEstimates
2
+ uid: Qdk.Std.ResourceEstimation.AccountForEstimates
3
3
  title: AccountForEstimates operation
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.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. # Input ## cost Array of tuples containing resource estimates of the operation. For example, if the operation uses three T gates, pass the tuple returned by TCount(3) as one of the array elements. ## layout Provides the layout scheme that is used to convert logical resource estimates to physical resource estimates. Only PSSPCLayout() is supported at this time. ## arguments Operation takes these qubits as its arguments."
10
10
  ---
11
11
 
12
12
  # AccountForEstimates operation
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.AccountForEstimates
14
+ Fully qualified name: Std.ResourceEstimation.AccountForEstimates
15
15
 
16
16
  ```qsharp
17
17
  operation AccountForEstimates(estimates : (Int, Int)[], layout : Int, arguments : Qubit[]) : Unit is Adj
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Account for the resource estimates of an unimplemented operation,
22
21
  which were obtained separately. This operation is only available
23
22
  when using resource estimator execution target.
@@ -1,17 +1,17 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.AuxQubitCount
2
+ uid: Qdk.Std.ResourceEstimation.AuxQubitCount
3
3
  title: AuxQubitCount function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: AuxQubitCount
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.AuxQubitCount
14
+ Fully qualified name: Std.ResourceEstimation.AuxQubitCount
15
15
 
16
16
  ```qsharp
17
17
  function AuxQubitCount(amount : Int) : (Int, Int)
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.BeginEstimateCaching
2
+ uid: Qdk.Std.ResourceEstimation.BeginEstimateCaching
3
3
  title: BeginEstimateCaching function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.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. # Input ## name The name of the code fragment. Used to distinguish it from other code fragments. Typically this is the name of the operation for which estimates can be cached. ## variant Specific variant of the execution. Cached estimates can only be reused if the variant for which they were collected and the current variant is the same. # Output `true` indicated that the cached estimates are not yet available and the code fragment needs to be executed in order to collect and cache estimates. `false` indicates if cached estimates have been incorporated into the overall costs and the code fragment should be skipped."
10
10
  ---
11
11
 
12
12
  # BeginEstimateCaching function
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.BeginEstimateCaching
14
+ Fully qualified name: Std.ResourceEstimation.BeginEstimateCaching
15
15
 
16
16
  ```qsharp
17
17
  function BeginEstimateCaching(name : String, variant : Int) : Bool
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Informs the resource estimator of the start of the code fragment
22
21
  for which estimates caching can be done. This function
23
22
  is only available when using resource estimator execution target.
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.BeginRepeatEstimates
2
+ uid: Qdk.Std.ResourceEstimation.BeginRepeatEstimates
3
3
  title: BeginRepeatEstimates operation
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.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. # Input ## count Assumed number of repetitions, factor to multiply the cost with"
10
10
  ---
11
11
 
12
12
  # BeginRepeatEstimates operation
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.BeginRepeatEstimates
14
+ Fully qualified name: Std.ResourceEstimation.BeginRepeatEstimates
15
15
 
16
16
  ```qsharp
17
17
  operation BeginRepeatEstimates(count : Int) : Unit is Adj
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Instructs the resource estimator to assume that the resources from the
22
21
  call of this operation until a call to `EndRepeatEstimates` are
23
22
  accounted for `count` times, without the need to execute the code that many
@@ -1,22 +1,21 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.CczCount
2
+ uid: Qdk.Std.ResourceEstimation.CczCount
3
3
  title: CczCount function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: CczCount
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.CczCount
14
+ Fully qualified name: Std.ResourceEstimation.CczCount
15
15
 
16
16
  ```qsharp
17
17
  function CczCount(amount : Int) : (Int, Int)
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Returns a tuple that can be passed to the `AccountForEstimates` operation
22
21
  to specify that the number of the CCZ gates is equal to the `amount`.
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.EndEstimateCaching
2
+ uid: Qdk.Std.ResourceEstimation.EndEstimateCaching
3
3
  title: EndEstimateCaching function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: EndEstimateCaching
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.EndEstimateCaching
14
+ Fully qualified name: Std.ResourceEstimation.EndEstimateCaching
15
15
 
16
16
  ```qsharp
17
17
  function EndEstimateCaching() : Unit
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Instructs the resource estimator to stop estimates caching
22
21
  because the code fragment in consideration is over. This function
23
22
  is only available when using resource estimator execution target.
@@ -1,21 +1,20 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.EndRepeatEstimates
2
+ uid: Qdk.Std.ResourceEstimation.EndRepeatEstimates
3
3
  title: EndRepeatEstimates operation
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: EndRepeatEstimates
9
9
  qsharp.summary: "Companion operation to `BeginRepeatEstimates`."
10
10
  ---
11
11
 
12
12
  # EndRepeatEstimates operation
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.EndRepeatEstimates
14
+ Fully qualified name: Std.ResourceEstimation.EndRepeatEstimates
15
15
 
16
16
  ```qsharp
17
17
  operation EndRepeatEstimates() : Unit is Adj
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Companion operation to `BeginRepeatEstimates`.
@@ -1,22 +1,21 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.MeasurementCount
2
+ uid: Qdk.Std.ResourceEstimation.MeasurementCount
3
3
  title: MeasurementCount function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: MeasurementCount
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.MeasurementCount
14
+ Fully qualified name: Std.ResourceEstimation.MeasurementCount
15
15
 
16
16
  ```qsharp
17
17
  function MeasurementCount(amount : Int) : (Int, Int)
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Returns a tuple that can be passed to the `AccountForEstimates` operation
22
21
  to specify that the number Measurements is equal to the `amount`.
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.PSSPCLayout
2
+ uid: Qdk.Std.ResourceEstimation.PSSPCLayout
3
3
  title: PSSPCLayout function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: PSSPCLayout
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.PSSPCLayout
14
+ Fully qualified name: Std.ResourceEstimation.PSSPCLayout
15
15
 
16
16
  ```qsharp
17
17
  function PSSPCLayout() : Int
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Pass the value returned by the function to the `AccountForEstimates` operation
22
21
  to indicate Parallel Synthesis Sequential Pauli Computation (PSSPC) layout.
23
22
  See https://arxiv.org/pdf/2211.07629.pdf for details.
@@ -1,23 +1,22 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.RepeatEstimates
2
+ uid: Qdk.Std.ResourceEstimation.RepeatEstimates
3
3
  title: RepeatEstimates operation
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: operation
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.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. # Input ## count Assumed number of repetitions, factor to multiply the cost with"
10
10
  ---
11
11
 
12
12
  # RepeatEstimates operation
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.RepeatEstimates
14
+ Fully qualified name: Std.ResourceEstimation.RepeatEstimates
15
15
 
16
16
  ```qsharp
17
17
  operation RepeatEstimates(count : Int) : Unit is Adj
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Instructs the resource estimator to assume that the resources from the
22
21
  call of this operation until a call to `Adjoint RepeatEstimates` are
23
22
  accounted for `count` times, without the need to execute the code that many
@@ -1,22 +1,21 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.RotationCount
2
+ uid: Qdk.Std.ResourceEstimation.RotationCount
3
3
  title: RotationCount function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: RotationCount
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.RotationCount
14
+ Fully qualified name: Std.ResourceEstimation.RotationCount
15
15
 
16
16
  ```qsharp
17
17
  function RotationCount(amount : Int) : (Int, Int)
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Returns a tuple that can be passed to the `AccountForEstimates` operation
22
21
  to specify that the number of rotations is equal to the `amount`.
@@ -1,22 +1,21 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.RotationDepth
2
+ uid: Qdk.Std.ResourceEstimation.RotationDepth
3
3
  title: RotationDepth function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: RotationDepth
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.RotationDepth
14
+ Fully qualified name: Std.ResourceEstimation.RotationDepth
15
15
 
16
16
  ```qsharp
17
17
  function RotationDepth(amount : Int) : (Int, Int)
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Returns a tuple that can be passed to the `AccountForEstimates` operation
22
21
  to specify that the rotation depth is equal to the `amount`.
@@ -1,17 +1,17 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.SingleVariant
2
+ uid: Qdk.Std.ResourceEstimation.SingleVariant
3
3
  title: SingleVariant function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: SingleVariant
9
9
  qsharp.summary: "Used to specify that there's only one execution variant in `BeginEstimateCaching` function"
10
10
  ---
11
11
 
12
12
  # SingleVariant function
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.SingleVariant
14
+ Fully qualified name: Std.ResourceEstimation.SingleVariant
15
15
 
16
16
  ```qsharp
17
17
  function SingleVariant() : Int
@@ -1,22 +1,21 @@
1
1
  ---
2
- uid: Qdk.Microsoft.Quantum.ResourceEstimation.TCount
2
+ uid: Qdk.Std.ResourceEstimation.TCount
3
3
  title: TCount function
4
- ms.date: 09/12/2024 12:00:00 AM
4
+ ms.date: 09/26/2024 12:00:00 AM
5
5
  ms.topic: managed-reference
6
6
  qsharp.kind: function
7
- qsharp.namespace: Microsoft.Quantum.ResourceEstimation
7
+ qsharp.namespace: Std.ResourceEstimation
8
8
  qsharp.name: TCount
9
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
13
13
 
14
- Fully qualified name: Microsoft.Quantum.ResourceEstimation.TCount
14
+ Fully qualified name: Std.ResourceEstimation.TCount
15
15
 
16
16
  ```qsharp
17
17
  function TCount(amount : Int) : (Int, Int)
18
18
  ```
19
19
 
20
- ## Summary
21
20
  Returns a tuple that can be passed to the `AccountForEstimates` operation
22
21
  to specify that the number of the T gates is equal to the `amount`.