Abhishek Bhatt
Abhishek Bhatt
Implemented SplitODEProblem for #1506
Tested on PumasAI/SimpleChains.jl/pull/97 , so should be merged after it. NeuralODE example ```julia using SimpleChains, StaticArrays, OrdinaryDiffEq, SciMLSensitivity, Optimization, OptimizationFlux, Plots u0 = @SArray Float32[2.0, 0.0] datasize = 30 tspan...
Would be nice to have some kind of annotation on the function, for, if-else statements when the cursor is placed at the end keyword of that statement, e.g., if there...
Added tests for forward pass, gradient and training
I have added a couple of simple tests for Fourier Layer and DeepONet Layer. What more tests can we add for the same? One thing that I wanted to add...
Hi! I was trying to compute a tensor product for two superoperators but it looks like we don't have dispatch for `tensor()` that applies to `::SparseSuperOpType` ```julia using QuantumOpticsBase sOp1...
Deadlocks
Based on #114 and continued from #107 Besides the documentation work from #107 , the following changes are introduced to add decoherence to the protocols - the latest `guid` associated...
In order to have entanglement id's local to each `RegisterNet` automatically used inside `tag!` without changing the api, we need to have a new `Simulaton` type as discussed in https://github.com/QuantumSavory/QuantumSavory.jl/pull/114#discussion_r1589499112
- [x] Fix the occurrence of deadlocks, when running the control protocols for infinite rounds - [ ] Entanglement tracker needs better interface for accessing the logs - [x] Webgl...