seadra

Results 28 comments of seadra

Similar to `btrfs dedupe disable` with dedupe, according to [this doc](https://btrfs.wiki.kernel.org/index.php/User_notes_on_dedupe).

Can confirm, happens with Blender 2.90 as well and Godot 4 current master (de465c4) as well.

Likely related to https://github.com/godotengine/godot/issues/42041

Running DiffEqFlux.sciml_train() currently only prints `u` (which is probably not much helpful), and it doesn't actually show "Final objective value" at all from the code you linked. I can see...

I couldn't reproduce it without the ODE. When I change the loss function to ```julia function loss_adjoint(p) x = p[end] r = [cos(x) sin(x); -sin(x) cos(x)]; loss = 1.0 -...

Thanks! POVM measurements are projective measurements with respect to a given set of operators M_i which satisfy the completeness relation \sum_i M_i^\dagger M_i = I (Section 2.2.6 in Nielsen &...

`POVMMeasurement` in QuantumInformation.jl actually only returns a diagonal matrix of probabilities. Yes, it's a one liner (assuming you don't verify the given set of operators is complete and skip other...

For reference, [measurement API](https://qutip.org/docs/latest/guide/guide-measurement.html) is now included in the recently released version of QuTiP 4.6 ([changelog](https://qutip.org/docs/latest/changelog.html)).

Looks like a different problem but Dangerous Creatures fails with the following inkscape problem (inkscape 1.2, Arch Linux) ``` Traceback (most recent call last): File "/home/user/src/Chicago95/Plus/tmp/../PlusGUI.py", line 1207, in install_accept...

Thanks for the quick replies! I have a large circuit which contains intermediate measurements (in addition to ordinary gates), and an input density matrix (non-pure state), and I would like...