User:Koprucki:Examples:myTest: Difference between revisions

From MaRDI portal
User:Koprucki:Examples:myTest
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:{{#invoke:Wd|label|Q4610}}}}
{{DISPLAYTITLE:{{#invoke:Wd|label|Q4610}}}}


{{#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
}}


<b>
<b>
Line 134: Line 148:
The {{#invoke:Wd|label|Q4610}} contains the following mathematical expressions:
The {{#invoke:Wd|label|Q4610}} 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
}}
{{#sparql:
{{#sparql:
     SELECT ?Formula ?defining_formula ?in_defining_formula
     SELECT ?Formula ?defining_formula ?in_defining_formula

Revision as of 14:38, 13 February 2025


{{#sparql: SELECT ?Formula ?defining_formulation ?IDFormula

  1. Q4610 refers to Electron Shuttling Model
  2. P715 refers to contains
  3. 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 }}

quantum dynamical model of an electron to be shuttled in a silicon quBus device

The clavier gate electrodes on the top surface generate a moving array of QD potentials
Top view on the Si-QuBus with the four different clavier gate sets highlighted in color




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 }}