User:Koprucki:Examples:myTest: Difference between revisions
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
{{#sparql: | {{#sparql: | ||
SELECT ?Formula ?defining_formulation | SELECT ?Formula ?defining_formulation ?IDFormula | ||
# Q4610 refers to Electron Shuttling Model | # Q4610 refers to Electron Shuttling Model | ||
# P715 refers to contains | # P715 refers to contains | ||
| Line 51: | Line 51: | ||
?IDFormula rdfs:label ?Formula. | ?IDFormula rdfs:label ?Formula. | ||
?IDFormula wdt:P29 ?defining_formulation. | ?IDFormula wdt:P29 ?defining_formulation. | ||
} | } | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
Revision as of 11:42, 4 March 2025
quantum dynamical model of an electron to be shuttled in a silicon quBus device


Quantum dynamical modeling of an electron to be shuttled, governed by the electric potential generated by the clavier (and other) gates in a Silicon QuBus device. Spin and valley states as well as the respective interactions are neglected. Moreover, the current model is limited to the coherent wave packet evolution and disregards the effects of noise and dissipation.
The Electron Shuttling Model contains the following mathematical expressions:
Lua error in Module:TA4TK:myTest at line 236: attempt to index local 'alttext' (a nil value).
The Electron Shuttling Model contains the following mathematical expressions with quantities:
Lua error in Module:TA4TK:myTest at line 272: attempt to index local 'alttext' (a nil value).
The Electron Shuttling Model is applied by the following computational tasks:
{{#sparql: PREFIX target1: <https://portal.mardi4nfdi.de/entity/Q6534342> SELECT ?Computational_Task WHERE {
target1: wdt:P147 ?URL.
?URL rdfs:label ?Label
BIND(CONCAT("<a href=", STR(?URL), ">", STR(?Label) ,"</a>") as ?Computational_Task)
} | endpoint=https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}
{{#sparql:
SELECT ?Formula ?defining_formulation ?IDFormula
# Q4610 refers to Electron Shuttling Model # P715 refers to contains # P29 refers to defining formula # P597 refers to in defining formula WHERE {
wd:Q4610 wdt:P715 ?IDFormula.
?IDFormula rdfs:label ?Formula.
?IDFormula wdt:P29 ?defining_formulation.
} | chart=bordercloud.visualization.DataTable | log=2 }}