-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spin dependent One body Jastrow factor is needed #3138
Comments
An update This is reproducible in the electron only case:
The resulting output:
and
and the .opt.xml
|
Both sets of J1 coefficients have the same id ( |
Sorry updated the comment! |
I am working on a PR for this. The issue is the J1 For reference I am thinking this because |
It is not about having more than 2 species in target ParticleSet but the currently J1SoA implemention is target particle spin agnostic. |
Describe the bug
When running a calculation with >2 particle types, only the last one body Jastrow factor is optimized. The rest have no values. This seems to be related to #3052
Potential Solution?:
I haven't looked further into this issue yet. It seems similar to the two body issue
To Reproduce
Steps to reproduce the behavior:
cmake -DCMAKE_BUILD_TYPE=Debug ..
qmcpack Li_wpos.qmc.in-wfj.xml
The files needed to replicate this issue are located here https://gist.github.com/shivupa/9bfc976b35efbfe9b84a64a568197603.
Expected behavior
One body jastrow parameters could be optimized.
System:
Additional context
During the optimization the parameters do not appear in the optvariables
but at the start of the output the variables are printed
The text was updated successfully, but these errors were encountered: