Fereydun
Fereydun
Fixes a bug where event firing is false positive when adding a weaker version Event fires at a time more in line with its class description Allows mod makers to...
The official API reference for Python at [https://symengine.org/symengine.py/](https://symengine.org/symengine.py/) gives a 404
After several hours of playtime I have found interactions with the cutting board somewhat clunky right now (clicks do not do what you'd expect). This suggestion is meant to improve...
### What is the expected behavior? `QuantumCircuit`s are very rich in operations on qubits, but lack operations on classical bits. The feature request are classical operations (logic gates) on classical...
Code and markdown cells in .m (MATLAB) scripts are delimited with `% %%`, rather than giving the expected result `%%`.
On older versions there was an option to disable enderium through `[Features.EndShardOre]` under a flag called `is_enabled`. I cannot find this option in newer versions anymore, can it be added...
Currently polynomial fits work as follows ```python x = [0, 1] y = [0, 1] fit = Polynomial.fit(x, y, deg=1) print(f"Coefficients for 1-order fit on {x=}, {y=}:") print(f"Raw: {fit.coef}") print(f"Converted:...