seadra

Results 26 issues of seadra

A feature request to undo all deduplication in the filesystem. Will work as a workaround for #84 (undo dedup & redo it again with logging).

Maybe I'm missing this but I think it would be nice if there was a subcommand that lists the dedup'ed files by bedup. I just finished a fresh run, and...

Current ShaderMaterial exporter appears to hard-code all the values into the shader code. It should instead expose them as uniforms such that 1) they can be tweaked as property 2)...

enhancement

(This is a feature request, apologies if this is the wrong place to post this.) It'd be very nice to have the means to solve differential eigensystems, i.e., L f...

Hi, I'm trying to find a way to use the python package adaptive from Julia using PyCall, but I can't even get the simplest example working: https://adaptive.readthedocs.io/en/latest/tutorial/tutorial.Learner1D.html#tutorial-learner1d ```julia using PyCall...

(initially reported in #797, which was prematurely closed) There doesn't seem to be a way of defining matrix differential equation. The code below, ```julia @parameters x y @variables u[1:2,1:2] Dx...

arrays

DiffEqFlux.sciml_train used to print an informative summary at the end, like this ``` * Status: failure * Candidate solution Final objective value: * Found with Algorithm: BFGS * Convergence measures...

Running the following code ```julia const T = 10.0; const ω = π/T; ann = FastChain(FastDense(1,32,tanh), FastDense(32,32,tanh), FastDense(32,1)) ip = initial_params(ann); function f_nn(u, p, t) a = ann([t],p)[1]; A =...

It would be great to have POVM measurements, as well as measurements with post-selection. Both are available in QuantumInformation.jl, Yao.jl and recently added to QuTip (git only) as well.

When I tried installing the Windows 98 Jungle theme with `../PlusGUI.py ../Jungle/Jungle.theme`, PlusGUI.py failed with ``` Traceback (most recent call last): File "/home/user/src/Chicago95/Plus/tmp/../PlusGUI.py", line 1207, in install_accept self.install_theme() File "/home/user/src/Chicago95/Plus/tmp/../PlusGUI.py",...

bug