microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.19.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/pip/src/lib.rs

11lines · modepreview

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

allocator::assign_global!();

mod displayable_output;
mod fs;
mod generic_estimator;
mod interop;
mod interpreter;
mod noisy_simulator;