How to transfer the Hamiltonian into a neural network? #1969
Replies: 2 comments 3 replies
-
Sorry it's all very unclear. It would be useful if you made an example that we can run Also, in general you should. not need to modify netket's internal. |
Beta Was this translation helpful? Give feedback.
-
I'm terribly sorry to bother you again. |
Beta Was this translation helpful? Give feedback.
-
(This is a question due to lack of experience)
I want to use NetKet to simulate a new model (with two additional terms similar to U, V, J, mu). I have already modified the base.py, jax.py, and numba.py in nk.operator.Bosehubbard so that the Hamiltonian matches the Hamiltonian of the model I need.
However, when we use the neural network to simulate this model, changing the two additional terms does not have an impact on the results (energy) of the neural network.
So I would like to ask where else I need to make modifications?
Beta Was this translation helpful? Give feedback.
All reactions