Tutorial updates for maxcut, graph partitioning, and Dirac-3 quick start. Updates reflect code change in qci-client v4.0. Few changes that occur:
Change of sampler_type to device_type and nsamples to num_samples in job_params of qci_client.build_job_body.
Removal of the redundant job_type in qci_client.process_job.
Simplification of response object; simply retrieve results of response dict via response['results']
NOTE: In Dirac-3 Quick Start tutorial, I wasn't able to replicate degeneracy in last example. I've made 3-5 attempts to do so to no avail. Let me know how we should proceed with this.
Tutorial updates for maxcut, graph partitioning, and Dirac-3 quick start. Updates reflect code change in qci-client v4.0. Few changes that occur:
sampler_type
todevice_type
andnsamples
tonum_samples
injob_params
ofqci_client.build_job_body
.job_type
inqci_client.process_job
.results
of response dict viaresponse['results']
NOTE: In Dirac-3 Quick Start tutorial, I wasn't able to replicate degeneracy in last example. I've made 3-5 attempts to do so to no avail. Let me know how we should proceed with this.