assign does not work with show #948
Labels
bug
Something isn't working
mod:builder
issues related to builder module
mod:visualization
issues related to visualization, plotting
this is from the Z2 state preparation example
this does not work with
show
directly and complains about missing thesweep_time
assignment, which makes sense. However, callingassign(sweep_time=20.2).show()
fails for the same reason. The type signature ofshow
is also extremely unclear what it accepts.The text was updated successfully, but these errors were encountered: