Updated: Friday, September 01,2023-09-01 10:48:09

main
shwetha729 2023-09-01 10:48:13 -04:00
parent 7350f89dee
commit fb095fda44
5 changed files with 16 additions and 15 deletions

View File

@ -1,9 +1,17 @@
{
"recentFiles": [
{
"basename": "PLAY GAMES - Finally the fun part",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md"
},
{
"basename": "Machine Learning (QML)",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md"
},
{
"basename": "Q sharp",
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Q sharp.md"
},
{
"basename": "A-Z Applications",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md"
@ -164,10 +172,6 @@
"basename": "Making Games through GDevelop",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/GDevelop/Making Games through GDevelop.md"
},
{
"basename": "PLAY GAMES - Finally the fun part",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md"
},
{
"basename": "Shwetha Jayaraj Notes",
"path": "Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Shwetha Jayaraj Notes.md"
@ -195,10 +199,6 @@
{
"basename": "Replit",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Replit.md"
},
{
"basename": "Womanium Resources",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/Get to hacking!/Womanium/Womanium Resources.md"
}
],
"omittedPaths": [],

View File

@ -104,7 +104,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md",
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
"mode": "source",
"backlinks": false,
"source": false
@ -200,7 +200,7 @@
"state": {
"type": "outline",
"state": {
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md"
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md"
}
}
},
@ -210,7 +210,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md",
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
@ -237,6 +237,8 @@
},
"active": "38498042d35d7ba9",
"lastOpenFiles": [
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Q sharp.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Languages lost to Research....md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.md",
@ -261,8 +263,6 @@
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Q Sharp/Quantum.NET C sharp.md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qiskit.md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qiskit Providers.md",
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qiskit-Nature.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Machine Learning (QML).md",
"Coding Tips (Classical)/Project Vault/Comms/RADIO/Software",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png",
"Coding Tips (Classical)/Terminal Tips/GUIs/Games",

View File

@ -6,7 +6,7 @@ Q# is Microsoft's take on creating their own quantum computing language. It has
- 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)
---

View File

@ -22,6 +22,6 @@ That's right. Quantum computing doesn't have to be all kets and psis. Things are
- Learn quantum mechanics at the same time!
- THE quantum arcade!! Sponsored by [Quantum Hub](https://quantum-hub.herokuapp.com)
- they also teach [quantum computing](https://scratch.mit.edu/studios/27046227/) in Scratch!
- [QPong](https://github.com/QPong/QPong) - a quantum version of the classic Pong game
---

View File

@ -12,4 +12,5 @@ One of the big contenders in this field is Xanadu.ai's [pennylane](https://penny
The following questions can finally be answered with [this](https://pennylane.ai/blog/2022/08/pennylane-v025-released/#new-return-types-for-qnodes-with-multiple-measurements) release
- [TorchQuantum](https://github.com/mit-han-lab/torchquantum) - PyTorch based framework for machine learning on quantum computers
- [PaddleQuantum](https://github.com/PaddlePaddle/Quantum) - This is Baidu China's implementation of Quantum Machine Learning
- [lambeq](https://github.com/CQCL/lambeq) - Python library for Quantum NLP
---