Skip to content

shyamsantoki/Qubit_Quantuam-Computing_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

namespace Quantum.HelloQ
{
// Import Quantum.Primitive

open Microsoft.Quantum.Primitive;

// Create an operation that adds two int and returns a total int

operation Add (a : Int, b : Int): (Int)
{
body
{
return (a + b);
}
}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published