Updated: Friday, September 01,2023-09-01 09:55:13
parent
2dc94a2a72
commit
dcfd46b2ef
|
@ -1,8 +1,20 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Fortran",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/More Misc/Fortran.md"
|
||||
},
|
||||
{
|
||||
"basename": "QScript",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Javascript/QScript.md"
|
||||
},
|
||||
{
|
||||
"basename": "Research Rubiks Cube",
|
||||
"path": "Machine Tips (Quantum)/Project Vault/rubiks cube/Research Rubiks Cube.md"
|
||||
},
|
||||
{
|
||||
"basename": "PyQuil",
|
||||
"path": "PyQuil.md"
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/PyQuil.md"
|
||||
},
|
||||
{
|
||||
"basename": "More Python Libraries",
|
||||
|
@ -187,18 +199,6 @@
|
|||
{
|
||||
"basename": "Anti Charm Meson",
|
||||
"path": "Machine Tips (Quantum)/Physics/Anti Charm Meson.md"
|
||||
},
|
||||
{
|
||||
"basename": "Photonic Chips",
|
||||
"path": "Machine Tips (Quantum)/Physics/Hardware/Photonic Chips.md"
|
||||
},
|
||||
{
|
||||
"basename": "About Hardware",
|
||||
"path": "Machine Tips (Quantum)/Physics/Hardware/About Hardware.md"
|
||||
},
|
||||
{
|
||||
"basename": "gx6750",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Typewriter/gx6750.pdf"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -91,7 +91,20 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "PyQuil.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Javascript/QScript.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "38498042d35d7ba9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/More Misc/Fortran.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -112,7 +125,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 6
|
||||
"currentTab": 7
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -174,7 +187,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "PyQuil.md"
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/More Misc/Fortran.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -184,7 +197,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "PyQuil.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/More Misc/Fortran.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -209,10 +222,13 @@
|
|||
"audio-recorder:Start/stop recording": false
|
||||
}
|
||||
},
|
||||
"active": "c6844e7684e19da2",
|
||||
"active": "28a54cc81af4607b",
|
||||
"lastOpenFiles": [
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Javascript/QScript.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/More Misc/Fortran.md",
|
||||
"Machine Tips (Quantum)/Project Vault/rubiks cube/Research Rubiks Cube.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/PyQuil.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/More Python Libraries.md",
|
||||
"PyQuil.md",
|
||||
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Environments & Interfaces.md",
|
||||
|
@ -235,9 +251,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/Languages/C++.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/StackBlitz.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Games",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/Get to hacking!/Womanium",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# Fortran
|
||||
|
||||
The most famous quantum package in Fortran is of course Quantum Espresso. Used at Schrodinger under the hood.
|
||||
|
||||
- Here is the git repo for[ Quantum Espresso](https://github.com/QEF/q-e)
|
||||
|
||||
Quantum Espresso stands for (ESPRESSO: opEn-Source Package for Research in Electronic Structure, Simulation, and Optimization).
|
|
@ -0,0 +1,5 @@
|
|||
# PyQuil
|
||||
|
||||
My God, how did I forget to add PyQuil in here! This is the python wrapper of the original quil language and also connects very easily to the QuTiP softwares. Implemented at Rigetti.
|
||||
|
||||
- A repo utilizing PyQuil[ implementing VQF ](https://github.com/mstechly/vqf)
|
|
@ -1,3 +0,0 @@
|
|||
# PyQuil
|
||||
|
||||
My God, how did I forget to add Pu
|
Loading…
Reference in New Issue