-
### What is the expected enhancement?
Using plot_bloch_multivector , to be able to plot multiple statevectors on the same Bloch sphere for easy comparison of change in state.
-
We could consider using numpy to round coefficients etc with:
```python
f = np.core.arrayprint._get_format_function(self.value, **np.core.arrayprint._format_options)
# use `f` instead of `round` in…
-
Using the following cmake line:
```
cmake \
-D BUILD_SHARED_LIBS:BOOL=ON \
-D CMAKE_BUILD_TYPE:STRING=RELEASE \
-D CMAKE_CXX_COMPILER=mpicxx \
-D CMAKE_CXX_FLAGS:STRING='-fPIC -g…
-
I have a dataset where one of the subjects is completely missing variance in data in one of the searchlights. That leads SearchlightHyperalignment to fail in ProcrusteanMapper
```
> /afs/dbic.dart…
-
it will likely be useful to be have the ability to serialize and perhaps eventually transfer objects to other GA computational systems. the `__repr__()` methods of `Layout` and `Multivector` provide …
-
## Enhancement
@trilinos/tpetra
WrappedDualView is a new-and-improved version of DualView available in #9038.
It is safer with respect to sync/modify than DualView, which requires users to manag…
-
It would be nice if multiplication of a sparse matrix by a vector supported the "out" argument. This probably comes down to adding an `out` kwarg to `dot` and passing it down to `_mul_vector` or `_mu…
-
I am on OSX Version 10.15.7 -- Steps to reproduce:
```shell
# Assuming we are inside a clone of the clifford repo
$ git checkout v1.3.0
Note: checking out 'v1.3.1'.
You are in 'detached HEAD'…
-
ganja.js has the `R >>> x` operator meaning `R * x * ~R`, which turns out to be very convenient.
It would be nice to have some concise spelling for this in `clifford`, and would help with #95.
T…
-
The function `inv(::AbstractCliffordNumber)` is implemented using the internal function `CliffordNumber.versor_inverse`, which just calculates `x' / x^2`, with no regard to whether the result actually…