Skip to content

WIP: inserting wavelets in RBMSpin

Vicentini Filippo requested to merge github/fork/louity/wavelets into master

Created by: louity

Hey Giuseppe, I started the wavelets integration. The things I'm unsure about it the vector matrix product W_wavelets_ * Wavelets_.transpose() or (W_wavelets_ * W_).row(sf) where W_wavelets_ is the vector of the complex weights or length nw_ Wavelets_ is the matrix of the wavelets of shape nv_, nw_.

Merge request reports