Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 692 Bytes

Microsoft.Quantum.Canon

Q# sources used to implement the canon portion of the Q# standard library.

Building and testing

The canon is a cross-platform project built using .NET Core. Once .NET Core is installed, you may build and run its tests by executing the following from a command line:

dotnet test tests

For more details about creating and running tests in Q#, see the Testing and debugging section of the developer's guide.