Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Mar 4, 2024
1 parent 34d9025 commit 75ca50d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/SpinShuttling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ include("integration.jl")
include("analytics.jl")
include("stochastics.jl")

export ShuttlingModel, OneSpinModel, TwoSpinModel, RandomFunction
export OrnsteinUhlenbeckField, PinkBrownianField
export ShuttlingModel, OneSpinModel, TwoSpinModel,
OneSpinForthBackModel, TwoSpinParallelModel, RandomFunction,
OrnsteinUhlenbeckField, PinkBrownianField
export averagefidelity, fidelity, sampling
export Χ
export Χe

"""
Spin shuttling model defined by a stochastic field, the realization of the stochastic field is
Expand Down

0 comments on commit 75ca50d

Please sign in to comment.