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

Latest commit

 

History

History
45 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.16 KB
page_type languages products description urlFragment jupyter
sample
qsharp
qdk
This sample demonstrates how to implement a custom modular addition operation in Q#.
custom-modular-addition
jupytext kernelspec
cell_markers text_representation
region,endregion
extension format_name format_version jupytext_version
.md
markdown
1.2
1.5.2
display_name language name
.NET (PowerShell)
PowerShell
.net-powershell

Implementing a custom modular addition operator in Q#

This sample demonstrates:

  • How to implement a custom modular integer addition operation in Q#.

Prerequisites

Running the Sample

To run the sample, use the dotnet run command from your terminal:

dotnet run

Manifest