Replies: 2 comments 2 replies
-
The jastrow you are using makes sense for a lattice system. But for a continuous space system you need to build a jastrow out of some single particle orbitals which you should chose reasonably. A simple choice you could make, though not very good, would be to use Gaussian Orbitals. You can read the first chapter of the Becca Sorella book to learn about it. |
Beta Was this translation helpful? Give feedback.
-
in general, for most used interaction potentials analytical, "simple" jastrow form is known in the literature. for example for the Lennard Jones potential it's the McMillan form of the Jastrow found in the first paper on VMC, for Coulomb interactions can be found in the RMP I linked earlier etc. If you are using an interaction potential that has not been studied, you need to solve the Schroedinger equation for two particles exactly, for example with finite differences. Then from the log of the two-particle wave function you can infer the form of the jastrow. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using the Jastrow method to calculate the ground state energy of a multi-particle system with a specified interaction, as detailed in the code below. However, I do not observe any convergence in energy calculation.
Could the issue be related to the implementation of the Jastrow method, or might the problem lie elsewhere? Specifically, how should I adjust the use of the Jastrow method in this code to achieve better energy convergence?
I would appreciate any guidance or suggestions you can provide.
Here is the code I'm using:
Beta Was this translation helpful? Give feedback.
All reactions