-
I ran into
```
UndefVarError: `jvp_op` not defined in local scope
Suggestion: check for an assignment to a local variable that shadows a global of the same name.
Stacktrace:
[1] (::Line…
-
Hi Jutho,
I am trying to run the notebook and everything works great until the 17th cell where the optimization is implemented for the first time. Upon running it I get an error that I don't know h…
-
```julia
Stacktrace:
[1] custom_rule_method_error
@ ~/.julia/packages/Enzyme/Vjlrr/src/rules/customrules.jl:452 [inlined]
[2] mul!
@ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/jul…
-
Here `Foo` is a package with a url set under `[sources]`:
```
julia> Pkg.develop(path = "../Foo/")
ERROR: `path` and `url` are conflicting specifications
Stacktrace:
[1] pkgerror(msg::String)
@ P…
-
**Describe the bug 🐞**
A clear and concise description of what the bug is.
`delete!(integrator, indxs)` should delete only entries at `idxs`. Instead, `delete!` is deleting several other entries…
-
both `pyarrow` and `polars` can read this table, but
[mwe.arrow.zip](https://github.com/user-attachments/files/16395769/mwe.arrow.zip)
```
julia> Arrow.Table("mwe.arrow")
1-element Exception…
-
This is with Julia 1.7.3, BB 0.6.0.
The error happens when being dropped into the cross-compilation environment.
```
At line 293, ABORTED (19: No such device)!
At line 293, ABORTED (19: No such devic…
-
Hey, not sure if you saw this but we also have https://github.com/rafaqz/DimensionalData.jl in Julia, which seems to be a superset of what this package does? Wondering if there's some overlap or doma…
-
### Wflow version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have checked that this bug exists on the latest version of Wflow.
### Reproducible Example
- I…
-
**Describe the bug 🐞**
It is not possible to apply a PauliMeasurement to a PauliFrame.
**Expected behavior**
Using the `pftrajectories()` function, I thought I would be able to simulate a circuit t…
J-C-Q updated
4 weeks ago