Ejaaz Merali
Ejaaz Merali
This won't be merged for a while since PyTorch's complex API isn't stable yet TODO: - [ ] Fix KL bug - KL divergence seems like it's being computed wrong...
- Create cplx-torch version of np.prod to speed up GPU run-time - Low prio: turn it into a generator function in order to be able to deal with a larger...
At the moment, all of the models (well, actually everything) use the `torch.double` data-type by default, but it would be nice to have this be an optional argument to the...
It's a website that has a lot of useful pre-made gitignore files and also allows you to easily combine them (for example, i usually generate a gitignore combining the julia,...
Also implements HyperRectangular Will resolve both #3 and #10 TODO: - Implement non-unity lattice constants for Triangular lattice and friends - More tests
Helical BCs are a fast approximation to Periodic BCs which make use of the linear storage of arrays to scrape off some computational overhead associated with accessing N-dimensional arrays. See...
@elisno brought up the question of whether we should give some sort of warning when calling `getallfactors` on `KroneckerSum` or `getallsummands` on `AbstractKroneckerProduct` as their behavior may be unexpected when...