Replies: 1 comment
-
In general, the Spin Rbm will not be a good ansatz because it is designed for +/- 1 inputs. For FFFN this is not the case, but still it is often better to map the integer configurations onto binary numbers, through (for example) One-hot encoding. This should already work better than what you are seeing now. For a more reliable solution for bosons... you will need to wait for a paper coming out in a month or so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am finding many difficulties in reaching the ground state of some small bosonic Fock Hilbert spaces.
For example, given the following
Jastrow has some difficulties in reaching the ground state in this small Hilbert (hi.n_states = 256) with a good precision. I think this may be for a non-high enough expressivity of Jastrow.
I know also that RBM may have problems with non-conserved total number of particles and indeed RBM fails to converge with such system and it sticks to zero energy in the optimisation (while the ground state being roughly -0.4). I tried thus to implement an ARNN with 2 layers and 8 features but also with a different number of layers it seems to fail to converge and also here the energy optimisation converges to zero.
Jastrow seems thus the only ansatz which tends to converge to the ground state with such a system
Now my question is, how do we choose the right network to converge for this kind of system ?
Beta Was this translation helpful? Give feedback.
All reactions