-
Hey @hfgolino, thanks for the package.
It seems that EGA won't accept a correlation matrix as input. Am I missing something?
``` r
EGAnet::EGA(cor(mtcars), n = nrow(mtcars))
#> Error in EGAnet…
-
I'm not sure how to convert the MPO representation as `Vector` of the Hamiltonian for ex. the transverse Ising chain into MPSKit's `MPOHamiltonian`. I think it can be casted into a periodic array but…
-
We need an animation that draws lots of circles in a snake pattern like the one of the website
As usual each node can have two possible values (0 or 1), so they can have two colors `WHITE` or `…
-
Hello,
Thank you for what looks like an amazing package!
My research team is interested in using Pigeons.jl to sample from a non-convex, discrete distribution $\pi_N(X) = \exp(\beta U(X)) / Z$ w…
-
It would be useful to have a list of projects that use plum, or even other Python MD libraries.
Best would be OSS so we can see exactly how it is used.
(Maybe there is a way to do a pypi reverse-d…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
I verified this on docker, but it also occurs in other environments.
…
-
This is going to collect missing spaces a fter a period as discussed in https://github.com/petergtz/alexa-wikipedia/issues/37.
-
I open this issue to discuss the new format proposed by Anders in https://github.com/cf-convention/discuss/issues/37#issuecomment-679290210
Here is a copy of the CDL for the VIIRS example:
```
…
-
I think the specific heat $c = (\left\langle U^2 \right\rangle - \left\langle U \right\rangle^2)/\Lambda = \Lambda \times$`InternalEnergyDensityVariance`. Here's evidence that the N-->∞ limit is conv…
-
#### Issue description
Multiplication of Pauli operators gives counter-intuitive reults. While `PauliX(0) @ PauliZ(0)` should produce a bug, `PauliZ(0) @ PauliZ(0)` should be simplified to identity. …