Skip to content
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

Fix two body Jastrow optimizstion with inactive variables #3052

Merged
merged 2 commits into from
Mar 27, 2021

Commits on Mar 26, 2021

  1. Fix two body Jastrow opt. with inactive variables

    Remove inactive variables from myVars in order to construct correct
    mappings from sub-component variables to component variables, and
    from component variables to global variables (active).
    markdewing committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    8232f5d View commit details
    Browse the repository at this point in the history
  2. Set the number active variables correctly

    In the unit test, the first variable needs space accounted for even it
    doesn't particpate in the test.
    markdewing committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    2f60f40 View commit details
    Browse the repository at this point in the history