Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Aug 14, 2024
1 parent 625d11d commit a41292b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 843 deletions.
4 changes: 2 additions & 2 deletions library/core/core.qs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.

namespace Microsoft.Quantum.Core {
/// # Summary
/// # Summary
/// Returns the number of elements in the input array `a`.
///
/// # Input
Expand All @@ -20,7 +20,7 @@ namespace Microsoft.Quantum.Core {
body intrinsic;
}

/// # Summary
/// # Summary
/// Creates an array of given `length` with all elements equal to given
/// `value`. `length` must be a non-negative integer.
///
Expand Down
11 changes: 9 additions & 2 deletions library/signed/qsharp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"author": "Microsoft",
"license": "MIT"
"author": "Microsoft",
"license": "MIT",
"files": [
"src/Comparison.qs",
"src/Operations.qs",
"src/RippleCarry.qs",
"src/Utils.qs",
"src/Tests.qs"
]
}
Loading

0 comments on commit a41292b

Please sign in to comment.