User:Koprucki:Examples:myTest: Difference between revisions
No edit summary |
No edit summary |
||
| Line 56: | Line 56: | ||
{{#invoke:TA4TK:myTest|buildListPortal|Q6534342}} | {{#invoke:TA4TK:myTest|buildListPortal|Q6534342}} | ||
<br> | <br> | ||
{{#sparql: | |||
PREFIX target1: <https://portal.mardi4nfdi.de/entity/Q6534342> | |||
SELECT ?value ?valueLabel WHERE { | |||
?value wdt:P715 target1:. | |||
target1: rdfs:label ?valueLabel | |||
} | |||
| chart=bordercloud.visualization.DataTable | |||
| log=2 | |||
}} | |||
<!-- TODO: | <!-- TODO: | ||
| Line 113: | Line 125: | ||
}} | }} | ||
{{#invoke:TA4TK:myTest|buildList|Q3871}} | {{#invoke:TA4TK:myTest|buildList|Q3871}} | ||
Revision as of 10:58, 7 February 2025


Electron Shuttling Model is a 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: {{#sparql: SELECT ?Formula ?defining_formulation
- 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 }}
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 }}
Script error: The function "buildListPortal" does not exist.
{{#sparql:
PREFIX target1: <https://portal.mardi4nfdi.de/entity/Q6534342>
SELECT ?value ?valueLabel WHERE {
?value wdt:P715 target1:. target1: rdfs:label ?valueLabel
} | chart=bordercloud.visualization.DataTable | log=2 }}