Stefan Krastanov

Results 230 issues of Stefan Krastanov

see warnings about missing in https://qojulia.github.io/QuantumOpticsBase.jl/latest/api/ Documenter also recently got a feature to crash on warnings, which can be valuable for the documentation CI

See https://docs.sciml.ai/SciMLOperators/stable/ It is a parallel development from the SciML organization that has similarities to our Lazy operators and to the waveguide operators from the WaveguideQED.jl extension to QuantumOpticsBase.jl. It...

For a project of mine I need to be able to jump between different simulation formalisms (e.g. master equations from QuantumOptics, or Monte Carlo Clifford sims from QuantumClifford, or others)....

``` julia> op = Operator(GenericBasis(1),GenericBasis(2),[1,1]') Operator(dim=1x2) basis left: Basis(dim=1) basis right: Basis(dim=2) [1 1] julia> op' ERROR: DimensionMismatch: Tried to assign data of size (2,) to bases of length 2...

First of all, thanks for having set up all of this! It saved me a ton of headaches in creating https://github.com/Krastanov/Quantikz As I was looking up more details about this...

It might be a bit too early to be submitting feature requests, but I recently started toying with LoopModels and thought it would not be a bad idea to copy...

On trying to import I get the following error page: ``` The change you wanted was rejected. Maybe you tried to change something you didn't have access to. ``` The...

I am trying to run this on the same hardware as you, however the "gravitate" part fails because it can not detect the sensor. Could you provide the versions of...

On a UNIX machine the `time` command can be used to see how many CPU seconds were used, what was the wall time, and how much peak memory was used....

The result of `using Pkg; @time @eval Pkg.precompile("PackageName")` with an empty precompile cache. The empty cache can be ensured with modifying the JULIA_DEPOT environmental variable. We would also need to...