User:Koprucki:Examples:myTest: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<b> | <b> | ||
| Line 78: | Line 65: | ||
TODO: Burkhard: add assumptions in backend. -> This will be displayed in frontend. | TODO: Burkhard: add assumptions in backend. -> This will be displayed in frontend. | ||
Research Field: | Research Field: | ||
| Line 163: | Line 150: | ||
| log=2 | | log=2 | ||
}} | }} | ||
{{#sparql: | |||
SELECT ?Formula ?defining_formulation ?IDFormula | |||
# Q4610 refers to Electron Shuttling Model | |||
# P715 refers to contains | |||
# P29 refers to defining formulation | |||
WHERE { | |||
wd:Q4610 wdt:P715 ?IDFormula. | |||
?IDFormula rdfs:label ?Formula. | |||
?IDFormula wdt:P29 ?defining_formulation | |||
} | |||
| chart=bordercloud.visualization.DataTable | |||
| log=2 | |||
}} | |||
--> | --> | ||
Revision as of 14:42, 13 February 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).
Test quantity::
Lua error in Module:TA4TK:myTest at line 317: bad argument #1 to 'getEntity' (string or nil expected, got table).
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 }}