I'm basically stuck on doing a max-cut simulation on qiskit. No mater the circuit,
the parameters, the number of reps, I am getting all 1s on my current code.
Been looking at how Google Cirq manages these things. Google offers the opportunity
to use its simulators. To have access to its hardware, one needs to be 'approved'.
Am liking Cirq's simplicity:
Cirq basics | Google Quantum AI
* * *
I imported cirq and got through the cirq basics tutorial.
Doing things from anaconda was pretty complicated, but should save me trouble in the
long run. I created a new anaconda environment, downloaded cirq within it, and
installed Jupyter Notebook within that.
If I want to work with qiskit, I have to open the projects from the qiskit environment;
and similarly with cirq, I have to open from the cirq environment!!
No comments:
Post a Comment