QuantumLibraries/Standard
Robin Kuzmin f3d64b6dfa
2022.10 Hotfix: Updated to 0.27.238334 (#643)
2022-10-28 21:17:58 -07:00
..
Common Build pipeline tweaks (#202) 2020-01-08 23:15:16 -08:00
src 2022.10 Hotfix: Updated to 0.27.238334 (#643) 2022-10-28 21:17:58 -07:00
tests 2022.10 Hotfix: Updated to 0.27.238334 (#643) 2022-10-28 21:17:58 -07:00
README.md Fix broken documentation links (#434) 2021-03-24 17:36:42 -07:00

README.md

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.