-
- [ ] https://www.cgranade.com/python-quaec/
- [ ] https://qecsim.github.io/
- [ ] https://github.com/qiskit-community/qiskit-qec
- [ ] https://panqec.readthedocs.io/en/latest/index.html
- [ ] htt…
-
Based on my understanding of the scheme, so long relinearization and mod switching aren't applied, ciphertext plaintext addition and multiplication are linear operations.
I've written some code to…
-
The patch adds a class for the morphism embedding the base into a relative number field extension, and (much more useful) the partially defined section going back.
It also adds a verbose(level=4) s…
-
Taken from #4:
Create a class for `Pauli`s. It should have essentially the same interface as `qiskit.opflow`.
```python
>>> from qiskit.opflow import I, X, Y, Z
>>> print(1.1 * ((1.2 * X)^(Y +…
-
TL;DR: I think we shouldn't do any automatic simplification.
I have a big question about the automatic simplifications that symengine does. Because in the cases where I am using symengine it would …
-
### Problem Description
At present the only two DFT's available for the symmetric group algebra are the seminormal basis and modular DFT. Neither of these are unitary transformations.
### Pr…
-
Recently (on PR #887) we split the generic code in AbstractAlgebra into implementations for abstract types (in src) and implementations for generic types (in src/generic). However, this was a first or…
-
Hi,
When I have two or more zero polynomials in a vector, I am not able to simplify the answer. This is causing me problems downstream in my logic and it makes printing difficult. Here is an examp…
-
#### Description
Categorical features in datasets are commonly treated with One-Hot-Encoding. However, a Gram matrix of a dot kernel can be calculated much faster directly with:
```python
def n…
-
This is either a follow-up to #188 or a bug report: I have been using quadpy for some time now to compute line integrals of vectorised functions adaptively using `quadpy.line_segment.integrate_adaptiv…