Łukasz Pawela
Łukasz Pawela
I would like to have a bibliography for a page with the references used only on that page. For instance here https://lpawela.github.io/numericalshadow.org/dev/numerical-shadow/ only few references are used (currently wrongly displayed...
When trying to compile the documentation (lpawela/numericalshadow.org@90c5d5c) I get an error ``` ERROR: LoadError: MethodError: no method matching header_level(::BibInternal.Entry) Closest candidates are: header_level(::Markdown.Header{N}) where N at /home/lpawela/.julia/packages/Documenter/WSKVc/src/Utilities/Utilities.jl:315 Stacktrace: [1] populate!(::Documenter.Documents.ContentsNode,...
Our test coverage dropped below 65%. We should try to increase it to 95%. This also includes verifying the current tests.
This is related to #35. We should find a way to relatively seamlessly incorporate sparse objects. Maybe via a cusotm `ElementaryKet` type?
We should redo the documentation and include new features in it.
After compiling an app which uses CUDA.jl and moving to another machine I get ``` ./test_comp/bin/TestCUDA fatal: error thrown and no exception handler available. InitError(mod=:GPUCompiler, error=ErrorException("type Nothing has no field...
This solves the issues mentioned in #2296
**Sanity checks (read this first, then remove this section)** - [x] Make sure you're reporting *a bug*; for general questions, please use Discourse or Slack. - [x] If you're dealing...
Currently `group_size` is hardcoded to `ones`. This adds support for arbitrary group sizes. Also this changes the input types from `A::Vector{
If your bug is still valid, please go ahead and fill out the template below. **Describe the bug** After launching the second part of the MWE I get the following...