ItamarGoldman
ItamarGoldman
The user usage is to be able to work as following: 1. Get the experiment running (jobs submitted and all) 2. Save the experiment (this gives me an experiment id)...
After some tests I have some insights. `ExperimentDecoder` knows how to import the class from the module, so we can change the method `BaseExperiment,from_config(cls, cofig)` and `BaseAnalysis,from_config(cls, cofig)` to initialize...
Another idea that was mentioned is that the load function will load the transpiled circuits of the experiment. for it, we will need to take the following thing into consideration:...
With the current version of main, I couldn't recreate the error. @coruscating, could you tag Erick with so I will get a code snippet that recreate the error? The code...
Is this issue still relevant? From what I understand (correct me if I am wrong), the issue is only how many canvases are need. to plot into for a comfortable...
It seems like I can't recreate the bug. I ran the script above on ` ibmq_jakarta` (using `qiskit_ibm_provider`) and it seems to work. **Experiment details:** - Backend: ibmq_jakarta. - Batch...