Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 519 Bytes

Q-sharp-experiments

Q# is a domain-specific programming language used for expressing quantum algorithms.

Installation:

Follow the official Installation guide

Execution:

Different Algorithms are in standalone folders that are executed independently. Navigate into required folder and run the code:

cd Entanglement
dotnet run