Updated: Friday, September 01,2023-09-01 10:37:20
parent
60e87e235a
commit
263e401cb0
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Qisket Examples",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md"
|
||||
},
|
||||
{
|
||||
"basename": "Gitea",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
|
||||
},
|
||||
{
|
||||
"basename": "Gitlab",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md"
|
||||
|
@ -76,10 +84,6 @@
|
|||
"basename": "Qiskit",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qiskit.md"
|
||||
},
|
||||
{
|
||||
"basename": "Qisket Examples",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md"
|
||||
},
|
||||
{
|
||||
"basename": "Languages lost to Research...",
|
||||
"path": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Languages lost to Research....md"
|
||||
|
@ -188,10 +192,6 @@
|
|||
"basename": "Replit",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Replit.md"
|
||||
},
|
||||
{
|
||||
"basename": "Gitea",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
|
||||
},
|
||||
{
|
||||
"basename": "Womanium Resources",
|
||||
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/Get to hacking!/Womanium/Womanium Resources.md"
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -200,7 +200,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md"
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -210,7 +210,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md",
|
||||
"file": "Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Qisket/Qisket Examples.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -237,6 +237,8 @@
|
|||
},
|
||||
"active": "38498042d35d7ba9",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Codeberg.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Networking/DNS.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/LISP/Lisp in Quantum.md",
|
||||
|
@ -261,8 +263,6 @@
|
|||
"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)/Terminal Tips/Computers/Apple Macbook/iOS Apps.md",
|
||||
"Machine Tips (Quantum)/Physics/Optics.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Vim/Vim.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",
|
||||
|
|
|
@ -28,6 +28,7 @@ git push --mirror origin
|
|||
- ![[Pasted image 20230717132307.png]]
|
||||
- The entire [config cheat sheet is located here. ](https://docs.gitea.com/next/administration/config-cheat-sheet#ui-ui)
|
||||
- The [Awesome Gitea Repo ](https://gitea.com/gitea/awesome-gitea#themes)for more updates
|
||||
- For Gitea Pages it is suggested to use [Caddy](https://github.com/42wim/caddy-gitea#gitea-pages-repo) or[ Codeberg Pages ](https://codeberg.org/Codeberg/pages-server)Server
|
||||
|
||||
## Installing the Gitea Server
|
||||
---
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Find relevant qisket code examples here. Some tutorials can be easily found [here.](https://quantum-computing.ibm.com/lab/docs/iql/tutorials-overview#tutorials-overview)
|
||||
|
||||
Qiskit Community Tutorials & notebooks are [found here. ](https://github.com/qiskit-community/qiskit-community-tutorials)
|
||||
|
||||
|
||||
### Superdense Coding
|
||||
|
||||
|
|
Loading…
Reference in New Issue