Stefan Krastanov
Stefan Krastanov
``` % pip install Ceygen Downloading/unpacking Ceygen Downloading Ceygen-0.3.tar.gz Running setup.py (path:/tmp/pip-build-1uva238w/Ceygen/setup.py) egg_info for package Ceygen Traceback (most recent call last): File "", line 17, in File "/tmp/pip-build-1uva238w/Ceygen/setup.py", line 18,...
Now that it is possible to install `AMDGPU` without manually installing the ROCm tools, it would be nice to be able to access some of the management/profiling binaries from within...
It has been incredibly fun and useful to employ JET to test my code. I want to proudly announce to the world that I am using JET and sing its...
I am prompted to make this issue (feature request) as a follow up on a comment made on the [HN annoucement](https://news.ycombinator.com/item?id=27439519) I currently use a wacom tablet when teaching. Whiteboards...
**Is your feature request related to a problem? Please describe.** For coherent states of large average photon number it is convenient to use the `offset` parameter as in http://qutip.org/docs/latest/apidoc/functions.html?highlight=wigner#qutip.states.coherent However,...
There are a lot of extra tools that `DifferentialEquations.jl` provides that I want to be able to use (e.g. sensitivity analysis and optimal control, which I would prefer to do...
Imagine I have a vector `|b⟩⊗|c⟩` that I know for a fact is factorizable like this. This can arise in a situation in which I have just projected by `|b⟩⟨b|⊗Id`....
I see that operations like `f.(ket)` are explicitly set to raise an error: https://github.com/qojulia/QuantumOpticsBase.jl/blob/201b6305440b456b4b1936356e82735cfe6b2f90/src/states.jl#L236 This seems much too heavy handed to me. From my reading on the discourse forum it...
**Is your feature request related to a problem? Please describe.** If I have a finite field `F(p,l)` and a larger finite field `F(p,l*i)` that contains the first one, I want...
**Describe the bug** `roots` on a Polynomial over finite field raises an error if the polynomial has a root at 0 **To Reproduce** ``` using Oscar 𝔽q , unit =...