Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

Similar to what is described in https://namdanalyzer.readthedocs.io/en/latest/kdTree/periodic_kdtree.html. > then querying this kd-tree multiple times, if necessary, with all the relevant periodic images of the query point. I don't understand why...

``` julia> data = SVector{2}.([(1, 2), (3, 4), (5, 6), (7, 8), (9, 10)]) 5-element Vector{SVector{2, Int64}}: [1, 2] [3, 4] [5, 6] [7, 8] [9, 10] julia> tree =...

This was my very first package and looking at this with a set of more experienced eyes there are quite a few changes I want to make to APIs etc....

It is unclear to me if this "optimization" can be done with Chebyshev but at least it gives the wrong values now (see the added test I made by just...

Part of #180

1.0

``` (WAV) pkg> dev ~.┌ Error: Error in the keymap │ exception = │ ArgumentError: ~user tilde expansion not yet implemented │ Stacktrace: │ [1] expanduser(path::String) │ @ Base.Filesystem ./path.jl:529...

REPL

Would be useful to debug stack overflows. Right now, stuff like ``` julia> @interpret randMPS(Float64, 6, U1SpinlessFermion.pspace, Rep[U₁](c => 1 for c in -1:1/2:1)) Internal error: during type inference of...

(Same as https://github.com/jw3126/Setfield.jl/issues/179) ``` IR: Test Failed at /home/pkgeval/.julia/packages/Accessors/81CPQ/test/perf.jl:92 Expression: uniquecounts(heads_lens) == uniquecounts(heads_hand) Evaluated: Dict(:call => 9, :new => 1) == Dict(:call => 3, :new => 1) Stacktrace: [1] macro...