model#
Neural quantum states#
It’s recommended to use ResSum
when one needs a deep NQS.
|
|
|
The restricted Boltzmann machine with one dense layer \(\psi(s) = \prod \cosh(W s + b)\). |
|
Network with one convolutional layer \(\psi(s) = \prod f(\mathrm{Conv}(s))\). |
|
The restricted Boltzmann machine with one convolutional layer \(\psi(s) = \prod \cosh(\mathrm{Conv}(s))\). |
|
The convolutional residual network with a product in the end. |
|
CNN defined in PRL 125, 100503. |
|
The convolutional residual network with a summation in the end. |
|
The |