Kaelyn Ferris
Kaelyn Ferris
Wonderful, glad I can help! It may also be worth it to point to an issue request I made on the subject at the qiskit-textbook repo. [https://github.com/qiskit-community/qiskit-textbook/issues/924](https://github.com/qiskit-community/qiskit-textbook/issues/924) I think there...
Another data point to add to this discussion: I was running into this issue and had discovered that poetry was not using the correct python version managed by my `pyenv`...
> Thanks folks, this is very nearly there! Some last comments from me: > * In the intro can you explain that you'll first run a small scale version of...
Just noticed/fixed a bug in the small scale example where the call to instantiate the sampler wasn't using the session being generated. I'm also wondering about editing the content from...
> this is looking good to me, I just have one question - I see a lot of references to quantum annealing and im just wondering how relevant it is...
> Just running through the notebook and noticed deprecation warning -- perhaps we should update the session formatting? > > `DeprecationWarning: The 'session' keyword arguments are deprecated as of qiskit-ibm-runtime...
Tutorial is ready for review. I've done my best to outline the steps for converting the Hamiltonian to Paulis, but left the code untouched since it just uses what Mario...
> @kaelynj is working on another piece of work in the Transpile section (#1046) and can fold this in. Kaelyn, I can't recall from our meeting where we landed with...
Yeah `FlowController` is missing. We have an explanation of the difference b/w `Analysis` and `Transformation` passes in https://docs.quantum.ibm.com/guides/custom-transpiler-pass but the only page on building a custom `PassManager` focuses on dynamical...
> It's not possible without adding substantial complexity to the docs generation script. If we weren't to make changes to the API script, then we'd need to reorganize the APIs...