Thursday, August 17, 2023, 08:00:06 + 6
parent
b7de52bcd3
commit
0470804527
|
@ -17,9 +17,9 @@
|
|||
"showNoteIconOnInternalLink": false,
|
||||
"showNoteIconOnBackLink": false,
|
||||
"showCreatedTimestamp": true,
|
||||
"createdTimestampKey": "dg-created",
|
||||
"showUpdatedTimestamp": false,
|
||||
"updatedTimestampKey": "dg-updated",
|
||||
"createdTimestampKey": "",
|
||||
"showUpdatedTimestamp": true,
|
||||
"updatedTimestampKey": "",
|
||||
"timestampFormat": "MMM dd, yyyy h:mm a",
|
||||
"styleSettingsCss": "body.css-settings-manager { } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { }",
|
||||
"pathRewriteRules": "",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"dgShowFileTree": true,
|
||||
"dgEnableSearch": true,
|
||||
"dgShowToc": false,
|
||||
"dgLinkPreview": false,
|
||||
"dgLinkPreview": true,
|
||||
"dgShowTags": false
|
||||
}
|
||||
}
|
|
@ -85,7 +85,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
||||
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -206,7 +206,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
||||
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -223,7 +223,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
||||
"file": "Coding Tips (Classical)/Webpage/Resume-ish - my occupations.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -246,7 +246,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"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!">
|
||||
|
||||
---
|
||||
#### 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
|
||||
There are generally **three large pillars** of application to use QC for:
|
||||
|
||||
1. [Optimizations](obsidian://open?vault=Coding%20Tips&file=Quantum%20Optimizations)
|
||||
2. [ Machine Learning ](obsidian://open?vault=Coding%20Tips&file=Quantum%20Machine%20Learning)
|
||||
3. [Simulations](obsidian://open?vault=Coding%20Tips&file=Quantum%20Simulations)
|
||||
1. Optimizations
|
||||
2. Machine Learning
|
||||
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.
|
||||
```
|
||||
|
||||
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>
|
||||
|
||||
|
||||
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