Thursday, August 17, 2023, 08:00:06 + 6
parent
b7de52bcd3
commit
0470804527
|
@ -17,9 +17,9 @@
|
||||||
"showNoteIconOnInternalLink": false,
|
"showNoteIconOnInternalLink": false,
|
||||||
"showNoteIconOnBackLink": false,
|
"showNoteIconOnBackLink": false,
|
||||||
"showCreatedTimestamp": true,
|
"showCreatedTimestamp": true,
|
||||||
"createdTimestampKey": "dg-created",
|
"createdTimestampKey": "",
|
||||||
"showUpdatedTimestamp": false,
|
"showUpdatedTimestamp": true,
|
||||||
"updatedTimestampKey": "dg-updated",
|
"updatedTimestampKey": "",
|
||||||
"timestampFormat": "MMM dd, yyyy h:mm a",
|
"timestampFormat": "MMM dd, yyyy h:mm a",
|
||||||
"styleSettingsCss": "body.css-settings-manager { } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { }",
|
"styleSettingsCss": "body.css-settings-manager { } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { }",
|
||||||
"pathRewriteRules": "",
|
"pathRewriteRules": "",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"dgShowFileTree": true,
|
"dgShowFileTree": true,
|
||||||
"dgEnableSearch": true,
|
"dgEnableSearch": true,
|
||||||
"dgShowToc": false,
|
"dgShowToc": false,
|
||||||
"dgLinkPreview": false,
|
"dgLinkPreview": true,
|
||||||
"dgShowTags": false
|
"dgShowTags": false
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -85,7 +85,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md"
|
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,19 +22,14 @@ Quantum Programming Level:
|
||||||
<img src="https://www.drsloth.net/c/43176.png" width="150" height="40" alt="I got my counter at Jellyneo.net!">
|
<img src="https://www.drsloth.net/c/43176.png" width="150" height="40" alt="I got my counter at Jellyneo.net!">
|
||||||
|
|
||||||
---
|
---
|
||||||
#### Quantum Education sources
|
|
||||||
|
|
||||||
- My [master's paper ](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FQuantum%20Education%20fellowship%2FQuantum%20Master's%20Paper%2FQuantum%20Learners%20-%20The%20Term%20Paper%20Outline)on introduction to quantum computing and quantum programming for learners
|
|
||||||
- The [curriculum development I do](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FQuantum%20Education%20fellowship%2FQubit%20by%20Qubit%20Course%20Development%2FKnowledge%20base%20%26%20info%20resources%3B) for qubit by qubit
|
|
||||||
- Alternative QC 101 [ learning resources](obsidian://open?vault=Obsidian&file=Quantum%20Vault%2FQuantum%20Realm%2FQuantum%20101%20-%20Alt.%20Resources)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
##### When finished: the 3 current main applications
|
##### When finished: the 3 current main applications
|
||||||
There are generally **three large pillars** of application to use QC for:
|
There are generally **three large pillars** of application to use QC for:
|
||||||
|
|
||||||
1. [Optimizations](obsidian://open?vault=Coding%20Tips&file=Quantum%20Optimizations)
|
1. Optimizations
|
||||||
2. [ Machine Learning ](obsidian://open?vault=Coding%20Tips&file=Quantum%20Machine%20Learning)
|
2. Machine Learning
|
||||||
3. [Simulations](obsidian://open?vault=Coding%20Tips&file=Quantum%20Simulations)
|
3. Simulations
|
||||||
|
|
||||||
These all cover broad disciplines of practice and can be used to show quantum use and advantage on a global level.
|
Lack of specificity is intentional. These all cover broad disciplines of practice and can be used to show quantum use and advantage on a global level.
|
|
@ -22,10 +22,13 @@ You resist the curiosity and choose to leave. Goodbye!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
I respect your privacy. There are no trackers or cookies on the site other than pageview counters.
|
I respect your privacy. There are no trackers or cookies on the site other than pageview counters.
|
||||||
```
|
```
|
||||||
|
|
||||||
Page Views:
|
Page Views:
|
||||||
<a href="https://www.cutercounter.com/" target="_blank"><img src="https://www.cutercounter.com/hits.php?id=hrxnqcdn&nd=6&style=25" border="0" alt="visitor counter"></a>
|
<a href="https://www.cutercounter.com/" target="_blank"><img src="https://www.cutercounter.com/hits.php?id=hrxnqcdn&nd=6&style=25" border="0" alt="visitor counter"></a>
|
||||||
|
|
||||||
|
|
||||||
|
This site was written by me in Markdown & HTML within [Obsidian](https://obsidian.md/) & deployed with [Digital Garden](https://dg-docs.ole.dev/). The theme is currently: ` 80s Neon `.
|
||||||
|
|
Loading…
Reference in New Issue