-
**Environment**
✔ Component nativescript has 6.0.3 version and is up to date.
✔ Component tns-core-modules has 6.0.6 version and is up to date.
✔ Component tns-android has 6.0.1 version and is up t…
-
While `de_cma_py` seems to work fine, when I try running `de_cma`, I get a flood of `SystemError: null argument to internal routine` on some iteration runs - it's hard to tell where it comes from (I s…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
I´m trying this code but I hava an error ImportError
```js
pyodide.runPython(`
from scipy.optimize import rosen, shgo
bounds = [(0,2), (0, 2), (0, 2), (0, 2), (0, 2)]
result = shgo(…
-
From John:
BCP 9/ RFC 2026
Summary: RFC 2026 Section 2.1 describes the RFC Series. It
is one of the places were "archival" appears (i.e., if we
intend to change that, further work wil…
elear updated
3 years ago
-
# Background
Our high-level documentation is being built using a [GitBook](https://ersilia.gitbook.io/ersilia-book/). In addition, we have the automatically generated documentation (package index) as…
-
Hi,
I am litteraly going crazy with Scipy.minimize.
I am simply trying to fit a certain list to a set of parameters representing a bezier curve.
My input is the "curveToFitArray". I have an ini…
-
**TeamPSD Meetings:**
Schedule meetings for teamPSD
1. 4th Tuesday / 9 am all hands (HQ, Quant, QIICS, Co-Is - virtual) 9am Pacific to 10am Pacific
2. 4th Friday all HQ working afternoon 12pm…
-
If a random_seed was passed, save it to object. Otherwise, get a random number then save to object.
Also provide flexibility to write the random seed to a README file - this feature does not exist …
-
I want to get the optimal gate parameters that minimize the expectation of the target circuit,so I use the minimize function of scipy.optimize, but it seems like the value does not converge. So I want…