-
Notifications
You must be signed in to change notification settings - Fork 15
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
Jastrow #98
Conversation
I added the Jastrow group in the Correlation factors section. There are many diffs because I reorganized the trex.org file as follows: ◉ Metadata (metadata group)... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @scemama !
Have this been tested? I noticed that the new jastrow
group has for example: ~een_num~ | ~dim~ | ~(nucleus.num)~
. Normally this should not work since we do not support arrays of dim
type. Especially since you later use this dim
in the | ~een~ | ~float~ | ~(jastrow.een_num)~
, which value of jastrow.een_num
will be used? We had the same issue with the non_local
components in the ecp
group and ended up re-structing the whole group to accommodate all options.
I also find the One-/N-electron basis
reorganization slightly confusing.
You are right! I have changed |
OK, I fixed the dim problem and added some tests. Everything seems OK now. I restructured like that: Better? :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Anthony! All good now, I am merging 👍
No description provided.