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

WIP: MetaD NEIGHBOR list option to sum gaussians #639

Merged
merged 35 commits into from
Nov 19, 2020

Commits on Nov 8, 2020

  1. MetaD: this commits add the neighbor list option to sum hills

    this can be usefull with many cvs where grids are either too memory consuming
    and/or too slow. I was playing with this idea with OPES and it actually works
    pretty well. The neighbor list update at the moment is only openMP parallelised.
    this commits add also the openMP parallelisation to the cycle over the gaussians
    carlocamilloni committed Nov 8, 2020
    2 Configuration menu
    Copy the full SHA
    60b819e View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    4052b02 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    0929ba4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    bbbc9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98eb82f View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    da3c1f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7783fe1 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    87570ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ff3b22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4412081 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    3ae9fac View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Fixed grids

    carlocamilloni committed Nov 12, 2020
    2 Configuration menu
    Copy the full SHA
    c35c4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1bbc25 View commit details
    Browse the repository at this point in the history
  3. Metad: cleaning

    carlocamilloni committed Nov 12, 2020
    1 Configuration menu
    Copy the full SHA
    d835bd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef3049e View commit details
    Browse the repository at this point in the history
  5. more std

    carlocamilloni committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    335a926 View commit details
    Browse the repository at this point in the history
  6. added back std::time

    carlocamilloni committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d74d9cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    696259c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d7bf7a View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    0d570f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    38fc0ba View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    9d69131 View commit details
    Browse the repository at this point in the history
  3. Metad: added checks that RESTART and WALKERS_MPI

    behave consistently among the walkers
    carlocamilloni committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2768c24 View commit details
    Browse the repository at this point in the history
  4. Metad: cleaning

    carlocamilloni committed Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    db9d03b View commit details
    Browse the repository at this point in the history
  5. Metad: updated documentation and added

    NLIST_PARAMETERS to modify the neighbor list rules
    carlocamilloni committed Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    77f5fb3 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    a0d92fd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. 1 Configuration menu
    Copy the full SHA
    99cd349 View commit details
    Browse the repository at this point in the history
  2. Metad: spelling

    carlocamilloni committed Nov 17, 2020
    1 Configuration menu
    Copy the full SHA
    36ecc51 View commit details
    Browse the repository at this point in the history
  3. MetaD: in case of WALKERS_MPI the root replica will set the folder

    from which reading GRID or HILLS files upon RESTART
    carlocamilloni committed Nov 17, 2020
    4 Configuration menu
    Copy the full SHA
    1787f76 View commit details
    Browse the repository at this point in the history
  4. doc

    carlocamilloni committed Nov 17, 2020
    1 Configuration menu
    Copy the full SHA
    58c71c2 View commit details
    Browse the repository at this point in the history
  5. Metad

    - restart stops if hills not found
    - broadcasting avoided if absolute path provided
    carlocamilloni committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e501903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddc60e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2091eab View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. fixed regteast

    carlocamilloni committed Nov 18, 2020
    1 Configuration menu
    Copy the full SHA
    241a475 View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    66d6ced View commit details
    Browse the repository at this point in the history