This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Q sharp.md

18 lines
724 B
Markdown

Q# is Microsoft's take on creating their own quantum computing language. It has it's similaries with F# and uses curly braces in it's syntax.
###### Some neat programs that have been run in Q# are:
- this[ blog that shows how to simulate caffeine](https://devblogs.microsoft.com/qsharp/quantum-developer-tools-for-chemistry/) molecule (VQE)
- an interesting [quantum logic circuit puzzle ](https://devblogs.microsoft.com/qsharp/a-quantum-circuit-logical-puzzle/)
- great way to begin getting hands on in q#
- simple [quantum algorithms](https://learn.microsoft.com/en-us/samples/microsoft/quantum/simple-quantum-algorithms/) in q#
---
Great books & other great resources:
- Dr. Sarah Kaiser's book -
- Mi
---