-
### Summary of the chapter in the form of points
- This chapter focuses on **competitive environments** and **adversarial search problems**, where multiple agents have conflicting goals.
- The cha…
-
I am trying to change my simulation to use GPUs rather than just CPUs. I changed `sim!(output, spec_rule,nbr_rule; proc = ThreadedCPU(), boundary=Wrap())` to use "CuGPU" instead of "ThreadedCPU", but …
-
While the simulation is running over multiple hosts, if one host goes down, the entire simulation seems to stall. Ideally, all the other simulations should finish running. Only the simulations that we…
-
### Types of Issue
- [x] Anomaly report (something appears to not work correctly)
- [ ] Enhancement request (describe the enhancement being requested)
- [ ] Other (please ensure the descripti…
-
When my project includes a `build.rs` referenced in the `Cargo.toml` the error output and Problems panel of this plugin no longer works.
## Information
VSCode version: `Version 1.18.1`
Plugin v…
-
Andrew you migth want to look at this issues, talk to Kiri to get up to speed on the problem.
Consider this simple model, it only has a single statement that samples from a unifrom distribution:
…
-
As having been discussed in an earlier [issue](https://github.com/JuliaQuantum/JuliaQuantum.github.io/issues/32), we could do something on stochastic solvers for open quantum systems and integrate sym…
-
To evaluate the end of transient dynamics, _caspr_ measures stability as the difference in mean over two subsequent periods in time and stops the simulation if this falls below a threshold.
I suspec…
-
This would make the core model consistent with EvoNet, and probably makes excellent sense overall for model building/extensions.
-
Add support for noise channels like
AmplitudeDamping
PhaseDamping
DepolarizingChannel
Equivalents to these pennylane noise channels
qulacs.gate.AmplitudeDampingNoise
qulacs.gate.DephasingNoi…