Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

/// # Summary
/// This namespace contains functions, operations, and UDTs
/// for working with random values and probability distributions.
namespace Microsoft.Quantum.Random {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

/// # Summary
/// This namespace contains built-in operations that represent
/// commonly used quantum gates and measurements.
///
/// # Description
/// To learn more about the operations in this namespace, see
/// [The Prelude](xref:microsoft.quantum.libraries.overview.standard.prelude).
namespace Microsoft.Quantum.Intrinsic {}