You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #2586 is closed we can start using the schema do to stuff! First, we should be able to instantiate a new Calibrator object using the schema.
To close this issue we should be able to run the following code block.
qem_experiment= {...} # something that adheres to the schemacal=Calibrator.from_schema(qem_experiment)
The code in from_schema should handle when qem_experiment is well defined, and when it is ill-formed, giving the user as helpful an error as possible.
cc @ecarlander@ruheenirodi let me know who I should assign! You'll have to comment on the issue in order to be assigned. Also, are the schemas with parameter sweeps ready to be added here? Should we keep that for a separate issue?
The text was updated successfully, but these errors were encountered:
Once #2586 is closed we can start using the schema do to stuff! First, we should be able to instantiate a new
Calibrator
object using the schema.To close this issue we should be able to run the following code block.
The code in
from_schema
should handle whenqem_experiment
is well defined, and when it is ill-formed, giving the user as helpful an error as possible.cc @ecarlander @ruheenirodi let me know who I should assign! You'll have to comment on the issue in order to be assigned. Also, are the schemas with parameter sweeps ready to be added here? Should we keep that for a separate issue?
The text was updated successfully, but these errors were encountered: