Jean-Christophe Jaskula

Results 9 comments of Jean-Christophe Jaskula

Dumping some thoughts here: - Sympy could do heavy-lifting via `Parameter.sympify()` and then create the Braket FreeParameterExpression. - we are [parsing ParameterExpression string](https://github.com/qiskit-community/qiskit-braket-provider/blob/main/qiskit_braket_provider/providers/adapter.py#L504) to rename ParameterVectorElement, which conflicts with the...

Agreeing. This is primarily a follow-up of #91. Additionally, [what we have for Aspen ](https://github.com/qiskit-community/qiskit-braket-provider/blob/bc9e399cf0f5cc3e7cbccba4c6d69504ef59d2ec/qiskit_braket_provider/providers/adapter.py#L350)should work out of the box for other devices.

My initial experience with this behavior was something like: ``` from lmfit.models import GaussianModel, ConstantModel from lmfit.model import CompositeModel import operator mm=CompositeModel(GaussianModel(), ConstantModel(), operator.add, prefix="prefix_") mm.make_params() ``` and I noticed...

Hi @parrt, would it be possible to get someone to review this PR? I could not find a better way to ask for a review. Thank you!

I have seen previous messages mentioning you don't want to add new target. I was not expecting the Julia target to be added to the main repo and I totally...

Hey @jimidle, thanks for your reply. Let me take a different perspective on > It may be a quirk of Julia, but requiring changes in other target templates usually does...

Sure, feel free to take your time. There is no rush as I won't probably be able to release the Julia target within weeks. Edit: also, I don't change the...

@fabioz bumping this up. This is likely the root cause of multiple issues reported in different repos. It forbids to use the debugger mode in vscode with matplotlib 3.9+.

I reviewed the failures and I believe that they are unrelated to my changes. Other pending PRs seems to have deploy fix for these failures (like [here](https://github.com/fabioz/PyDev.Debugger/pull/290/files#diff-0a1eb63b5d2704fddd08b424e1ee858ce918fb16b90c9cfe3f8a5ad45a2d1d73R2135-R2136)). Feel free to...