Notepad/enter/Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Q sharp.md

18 lines
792 B
Markdown
Raw Permalink Normal View History

2023-07-05 18:29:11 +00:00
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#
- The IQ# Kernel exists [here](https://github.com/microsoft/iqsharp)
2023-07-05 18:29:11 +00:00
---
Great books & other great resources:
- Dr. Sarah Kaiser's book -
- Mi
---