Sola85

Results 13 issues of Sola85

Currently the `qutip.measurement.measure_observable` function always uses rank-1 projectors to determine the final state after the measurement. But for obervables with degenerate eigenvalues you might just want to project the state...

good first issue

The library does not seem to register every singe midi event. I was using this library to write a visualisation app and I noticed some notes either did not appear...

When used in implicit mode, einsum sorts the output axis alphabetically. If the total number of indices exceeds 26, capital letters are used in addition to lower-case letters as indices....

00 - Bug
component: numpy.einsum
Sprint

My application requires many independent wasm modules to be parsed and a function from them to be executed. While implementing this, I noticed my RAM usage continuouly growing. Here is...

`2*sin(a/2)*cos(a/2)` on its own gets simplified to `sin(a)` as it should. But multiplying this expression by other unrelated factors breaks this simplification. ```python from sympy import symbols, sin, cos, simplify...

simplify

I would like to add device support for my [Technoline WS 9767](https://www.technoline-berlin.de/product/de/WS_9767) temperature sensor. I have recorded several signals and understand them to the point where I can extract the...

**To Reproduce** ```python import pyqir mod = pyqir.SimpleModule("test", 0, 0) double_type = pyqir.Type.double(mod.context) three_from_python_float = pyqir.const(double_type, 3.) three_from_python_int = pyqir.const(double_type, 3) ``` This results in ``` three_from_python_int = pyqir.const(double_type, 3)...

bug

Are there any plans to add the capability of generating [spec-compliant](https://github.com/qir-alliance/qir-spec/tree/main) QIR as an output type for the catalyst compiler? I know that I can currently view the qir generated...

Is there a way of telling sympy how to evaluate inner products? Here is an example of what I'm trying to achieve. This example used to work, but got broken...

physics.quantum

### Have you searched for an existing issue? - [x] Yes, I tried searching and reviewed the pinned issues ### Brief Summary In Firefix, when right-clicking on a password field...

more info needed