John Lapeyre

Results 106 issues of John Lapeyre

I installed Julia in `/usr/local`, so the following fails. `PackageCompiler.compile_package("TrivialPackage", force = false, reuse = true)` Julia Version 0.6.2 Linux (x86_64-linux-gnu)

This PR replaces a list of image formats supported by graphviz that is hardcoded in rustworkx/visualization/graphviz.py with a list that is taken dynamically from the executable `dot`. With the version...

When running `tox -epy` exactly one test fails: https://github.com/Qiskit/rustworkx/blob/a5178e28a3921fd6372c523f7997187b27180b04/tests/rustworkx_tests/visualization/test_graphviz.py#L120-L124 Failure occurs already on line 122. Running a script with copies of lines 121 and 122 produces the same error ####...

The file `tests/my_tests.rs` is linked from the README, but does not exist. master branch 360bc02

Almost 80% of the time spent loading `Graphs.jl` is for loading `StaticArrays`. Manifest.toml shows that the dependency path is `QuantumDAGs` $\to$ `Graphs` $\to$ `ArnoldiMethod` $\to$ `StaticArrays`. `ArnoldiMethod` is imported into...

enhancement

`rem_vertices!` is $O(|V|)$ or worse. For example https://github.com/JuliaGraphs/Graphs.jl/blob/53cb58152a19ca62fa01439300948c30035dca6a/src/SimpleGraphs/simpledigraph.jl#L470 Here is another implementation. I've tested it a bit, but not thoroughly. It has different API than the current version. In fact...

enhancement

Having `==` construct an equation might be a good idea if this package were a standalone CAS, like Mathematica. But it's meant to work with the larger Julia ecosystem. The...

The documented semantics of `input` and `output` is quite permissive. Here are a few questions. Are the following allowed, and if so, what do they mean? 1. `input int[32] x...

enhance/change spec

### What is the expected enhancement? Currently, I search a local directory of the rst files, then sometimes read the relevant files in the online version, because it's easier to...

enhancement
documentation

It is sometimes "bit string" and sometimes "bitstring". It should be consistent. Especially because it should refer to something with a precise meaning.

clarify specification