Jim Garrison
Jim Garrison
> ```python > a = SparsePauliOp("Z") > a.layout = [13] > a.global_num_qubits = 127 # again, open for naming suggestions > ``` I think it is important for any solution...
Weird! Looks like this is an example workflow that stalled: https://github.com/qiskit-community/prototype-quantum-kernel-training/runs/5559779758 The log there claims that Python 3.10.2 is indeed installed. Not sure what might be causing this, but I'll...
We finally get error output when the tests time out after six hours (see the above link I posted). It looks like [`docs/how_tos/create_custom_kernel_loss_function.ipynb`](https://github.com/qiskit-community/prototype-quantum-kernel-training/blob/main/docs/how_tos/create_custom_kernel_loss_function.ipynb) is the specific notebook that stalls, as...
`https` is a reasonable starting point, but its main downside is that only a single server needs to be compromised in order for it to host a fraudulent download. Furthermore,...
> I cannot find said thread at the moment Perhaps [here](https://github.com/JuliaLang/julia/issues/24317#issuecomment-340557041)?
We at https://wikiotics.org have been using https://plausible.io for our analytics lately. If it would help, we might be able to add you to our account and thus have the Wikiotics...
I would still love to do this. I will try to finish the PR soon.
Hmm. The constant factor in this comparison started as 40, which [I found not to be high enough to pass on a julia 1.6 prerelease](https://github.com/timholy/ProgressMeter.jl/pull/175#pullrequestreview-555787017). Later, this constant was [lowered...
Thanks. As far as I can tell, that code is not under any open source license. Is it your own original work? Should I interpret your post as permission to...
I noticed that your code uses JS modules. If you do submit a pull request, you might be interested in the [jrg/module-refactor](https://github.com/garrison/jsqis/tree/jrg/module-refactor) branch, which is currently a bit ahead of...