John Lapeyre
John Lapeyre
Pre-Report Checklist -------------------- - [ x] I am running the latest versions of pyQuil and the Forest SDK - [ x] I checked to make sure that this bug has...
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
If you change the type of the dict to `Dict{BigInt,BigInt}` in this line https://github.com/JuliaMath/Combinatorics.jl/blob/master/src/partitions.jl#L58 then `length(partitions(n))` returns correct results for larger values of `n`. The largest result that can be...
[QuantumGlue.jl](https://github.com/jlapeyre/QuantumGlue.jl) implements the most basic conversion between `DefaultRegister` and a [QuantumOptics.jl](https://github.com/qojulia/QuantumOptics.jl) type. I am doing this mostly as a way to get an overview of Julia's quantum package landscape. I...
This adds a tutorial for phase estimation as implemented by subclasses of `PhaseEstimator`. - [x] Basic example for each class - [x] references (could possible add external reference, although this...
The opflow tutorial (in this folder) https://github.com/Qiskit/qiskit-tutorials/tree/master/tutorials/operators should include a discussion of PaulSumOp ### Informations - **Qiskit version**: - **Python version**: - **Operating system**: ### What is the current behavior?...
This copies the implementation of the Lambert W function and related functions and data from jlapeyre/LambertW.jl to SpecialFunctions.jl
Here is [code to compute zeros of the besselj function](https://github.com/jlapeyre/FunctionZeros.jl/blob/master/src/FunctionZeros.jl). Are you interested in a PR ? It could be more efficient, maybe cache some of first zeros. But, it...
Doing non-interactive installation is sometimes needed for installing to containers and for test environments. Perhaps via environment variables. Hope this is not a dup. I looked for a while. I...
Perhaps print a message and exit. I am developing tools for Python projects that depend on Julia. I search for Julia installed by juliaup. Detecting if `juliaup` is not returning...