Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 852 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 852 Bytes

Diagnostics and Testing Samples

These samples show how to diagnose and test Q# applications.

  • Dumping States and Operations: This sample demonstrates how to dump useful diagnostics from the quantum simulator provided with the Quantum Development Kit, including states and unitary matrices.

  • Using Facts and Assertions: This sample demonstrates how to use facts and assertions to check the correctness of quantum programs.

  • Unit Testing: This sample demonstrates how to use the unit testing functionality provided with the Quantum Development Kit to test the correctness of quantum programs.

  • Visualizing Quantum Programs: This sample demonstrates how to use the quantum program visualization tools provided with the Quantum Development Kit.