-
Firstly, thanks the developers for the great package !
I tried to use the package with ``Zygote.jl`` (for automatic differentiation) but sadly this failed due to the usage of ``=.`` in the defini…
-
Hello,
I have the problem that an overflow occurs in pfapack when the matrix exceeds a certain size.
Code and file to reproduce the error:
[skew_h_pi.npy.gz](https://github.com/basnijholt/pfa…
-
Small test script:
```
import time
import numpy.matlib
import numpy as np
import matplotlib.pyplot as plt
from pfapack.ctypes import pfaffian as cpf
from pfapack import pfaffian as pf
%m…
-
See https://math.dartmouth.edu/~auel/papers/docs/slc2015_handout.pdf, but surely there is another reference with more details?
-
Currently only observables that are squares of Majoranas are supported in `expect()`. But generally, it is possible to calculate $⟨ψ|O|ψ⟩$ for arbitrary operators $O$ of the form $O = ∏_i L_i = ∏_i (∑…
-
I cannot import the C bindings. I have the latest C++ build tools installed and installed the package via conda as suggested. Here is the error message
FileNotFoundError: Could not find module 'lib…
-
### Default tests
I have run the tests on 4 MPI tasks (as hardcoded in the tests scripts), and they all pass flawlessly, except for the `DQMC/multislater_ghf_gi` one, for which I get:
```shell
...r…
-
This could be pretty useful. In Base, `exp(z::Matrix{BigFloat})` doesn't exist but we could support it with some minor modifications of the rational algorithms
```julia
julia> using LinearAlgebra
…
-
### Problem Description
Currently, there are no existing implementation of the generators for the following graphs/ digraphs:
- Bicorn graph
- Tricorn graph
- Murty graph
- KohTindell digraph
…
-
Hi,
Firstly thanks to the devs for this wonderful package ! However, when using it today I ran into some issues which, as far as I understand, comes from the get_vector function failing in the cont…