Quick Start
Generating a noise series from a stochastic process
Construct time-position array and define a Gaussian random field
P=hcat(t, v.*t)
+Quick Start · SpinShuttling.jl Quick Start
Generating a noise series from a stochastic process
Construct time-position array and define a Gaussian random field
P=hcat(t, v.*t)
B=OrnsteinUhlenbeckField(0,[κₜ,κₓ],σ)
Define a Gaussian random process (random function) by projecting the Gaussian random field along the time-space array P
. Then we can use R()
to invoke the process and generating a random time series.
R=RandomFunction(P, B)
plot(R())
Shuttling of a single spin
Define premeters
σ = sqrt(2) / 20; # variance of the process
κₜ=1/20; # temporal correlation
@@ -12,4 +12,4 @@
@assert isapprox(f2, f3, rtol=1e-2)
println("NI:", f1)
println("MC:", f2)
-println("TH:", f3)
Shuttling of entangled spin pairs.
Settings
This document was generated with Documenter.jl version 1.3.0 on Tuesday 16 April 2024. Using Julia version 1.6.7.
+println("TH:", f3)