Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mongibellili committed Jun 11, 2024
1 parent 048e9d6 commit 95a85b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Common/QSS_data.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#hold helper datastructures needed for simulation, can be seen as the model in the qss architecture (model-integrator-quantizer)

""" hold helper datastructures needed for simulation, can be seen as the model in the qss architecture (model-integrator-quantizer)"""
struct CommonQSS_data{Z}
quantum :: Vector{Float64}
x :: Vector{Taylor0} #MVector cannot hold non-isbits
Expand Down

0 comments on commit 95a85b3

Please sign in to comment.