Updated: Friday, September 01,2023-09-01 10:53:46
parent
fb095fda44
commit
d925c712db
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Simulations",
|
||||
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Simulations.md"
|
||||
},
|
||||
{
|
||||
"basename": "Environments & Interfaces",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.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"
|
||||
|
@ -20,10 +28,6 @@
|
|||
"basename": "Languages lost to Research...",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Languages lost to Research....md"
|
||||
},
|
||||
{
|
||||
"basename": "Environments & Interfaces",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.md"
|
||||
},
|
||||
{
|
||||
"basename": "PennyLane",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Xanadu/PennyLane.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Github",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Github.md"
|
||||
},
|
||||
{
|
||||
"basename": "Replit",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Replit.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Simulations.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/Games!!/PLAY GAMES - Finally the fun part.md"
|
||||
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Simulations.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -210,7 +210,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Simulations.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -237,11 +237,12 @@
|
|||
},
|
||||
"active": "38498042d35d7ba9",
|
||||
"lastOpenFiles": [
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.md",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
|
||||
"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",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Xanadu/PennyLane.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
|
||||
|
@ -262,7 +263,6 @@
|
|||
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",
|
||||
"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",
|
||||
"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",
|
||||
|
|
|
@ -36,4 +36,7 @@ There are several competing quantum computing platforms and environments in the
|
|||
- used for QX Quantum Code - a different assembly language
|
||||
- The [QX Simulator](http://quantum-studio.net/) is a universal quantum circuit simulator developed at QuTech by Nader Khammassi. The QX allows quantum algorithm designers to simulate the execution of their quantum circuits on a quantum computer. The simulator defines a low-level quantum assembly language namely Quantum Code which allows the users to describe their circuits in a simple textual source code file. The source code file is then used as the input of the simulator which executes its content.
|
||||
- [Quantum Inspire](https://www.quantum-inspire.com)
|
||||
- a front end made by QuTech
|
||||
- a front end made by QuTech
|
||||
- [Quantum Mobile](https://quantum-mobile.readthedocs.io/en/latest/index.html) - Quantum Mobile is a Virtual Machine for computational materials science.
|
||||
- ![example](https://quantum-mobile.readthedocs.io/en/latest/_images/quantum_mobile.gif)
|
||||
- git repo found [here](https://github.com/marvel-nccr/quantum-mobile)
|
|
@ -5,3 +5,7 @@ Whole systems are simulated without need for data or equations of mathematics by
|
|||
The[ qiskit-nature](obsidian://open?vault=Coding%20Tips&file=Computers%2FQuantum%20Realm%2FTechnologies%2FComputer%20choices%2FIBM%2FQiskit-Nature) package would be a good one to use here.
|
||||
Or refer to the[ list of quantum tools for simulators](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FQuantum%20Realm%2FTechnologies%2C%20Orgs%2C%20%26%20Apps%2FApplications%2FList%20of%20Quantum%20Tools) too.
|
||||
|
||||
|
||||
- QMSolve - module for solving & visualizing the Schrodinger Equartion
|
||||
- ![gif](https://github.com/quantum-visualizations/qmsolve/blob/main/images/3D_two_gaussian_wells.gif)
|
||||
-
|
||||
|
|
Loading…
Reference in New Issue