Stefan Krastanov

Results 230 issues of Stefan Krastanov

The documentation for `QuantumOptics` (and some of `QuantumOpticsBase`) is in [a separate repository](https://github.com/qojulia/QuantumOptics.jl-documentation/tree/master). This was done for historic reasons, and while it is not necessary anymore, it is still a...

By virtue of its [parameterized types](https://docs.julialang.org/en/v1/manual/types/#Parametric-Types) and [multiple dispatch](https://docs.julialang.org/en/v1/manual/methods/), libraries in julia can support GPU acceleration even if they were not specifically designed with such capabilities in mind. In this...

Arpack v0.5.4 has been causing issues in the entire Julia ecosystem (starting from here and all the related issues https://github.com/JuliaLinearAlgebra/Arpack.jl/pull/120 ) We have put our compat bounds for Arpack to...

enhancement
help wanted
good first issue

``` using SciMLSensitivity using DifferentialEquations using LinearAlgebra import Enzyme function fiip(du, u, p, t) du[1] = dx = p[1] * u[1] - p[2] * u[1] * u[2] du[2] = dy...

Currently no CI is running in this package

Some of the external optimizers we use create a ton of junk console output. Consider using a redirection to quiet them up. example solution: ``` function capture_stdout(f) # return f()...

**Description of bug** In edge cases with poorly defined matching problems (e.g. empty graphs), JuMP behaves differently depending on the solver being used, leading to unhelpful errors instead of returning...

bug

This pull request sets up the Downgrade workflow on this repository. cc: @Krastanov

This pull request sets up the Downgrade workflow on this repository. cc: @Krastanov

- ensure this package runs on recent julia versions with updated compats - Testrunner is failing and CompatHelper has not been executed in quite a while - add downgrade tests...