python-qinfer icon indicating copy to clipboard operation
python-qinfer copied to clipboard

Library for Bayesian inference via sequential Monte Carlo for quantum parameter estimation.

Results 22 python-qinfer issues
Sort by recently updated
recently updated
newest added

Hello, I've been playing with QInfer for it's minimum volume enclosing_ellipse algorithm. It seems there is some bug with the `in_ellipsoid` function, for which no point used to compute the...

Hi, The link from the "installing qinfer" section towards external project "anaconda distribution" doesn't work. cf. http://docs.qinfer.org/en/latest/intro.html#installing-qinfer Linked page (dead): https://www.continuum.io/downloads Cheers,

https://github.com/QInfer/python-qinfer/issues/151 Doesn't fail existing tests, but should add a test for this. Could revert some of the auto-whitespace removal if desired. Deprecated version of the method in `utils.py`. Should update...

In `plot_rebit_posterior`, the default setting is to call `plot_cov_ellipse`, which uses `np.linalg.eigh` to find eigenvectors of the covariance. This can return `vecs` with complex entries, which then fail on line...

This was a name change in matplotlib 1.5 of the default color cycle, and the old name is now deprecated. This PR addresses https://github.com/QInfer/qinfer-examples/issues/4#issue-407817702

I'm getting the following warning. Is it something I need to worry about? ``` /lib64/python3.6/site-packages/qinfer/utils.py:268: ApproximationWarning: Numerical error in covariance estimation causing positive semidefinite violation. warnings.warn('Numerical error in covariance estimation...

I was following the examples file:introduction_to_bayes_smc, I find the following issue when I was trying to call the simulate_experiment methods ![20181119020922](https://user-images.githubusercontent.com/44919897/48676335-55b4b100-eba0-11e8-9990-20b9419e37d2.png)

Considering the mus are not ordered, should one not use the mask to specify the remaining kernel locations around which there is still sampling to be done? In the simplest...

When trying to plot covariance I ran into the following issue ``` ~\AppData\Local\Continuum\Anaconda3\envs\qsharp-samples\lib\site-packages\qinfer\smc.py in plot_covariance(self, corr, param_slice, tick_labels, tick_params) 1159 cov = self.est_covariance_mtx(corr=corr)[param_slice, param_slice] 1160 -> 1161 retval = mpls.hinton(cov)...

I am getting the following warning when I type `from qinfer import simple_est_prec`. ``` /home/shehab/anaconda2/envs/py36/lib/python3.6/site-packages/IPython/parallel.py:13: ShimWarning: The `IPython.parallel` package has been deprecated since IPython 4.0. You should import from ipyparallel...