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

Add resize MC move. #58

Merged
merged 23 commits into from
Jan 21, 2017
Merged

Add resize MC move. #58

merged 23 commits into from
Jan 21, 2017

Commits on Jan 18, 2017

  1. Add resize MC move.

    This was implemented during a pair programming session with @Luthaf and
    @g-bauer.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    de941a8 View commit details
    Browse the repository at this point in the history
  2. Changed d_min to rc_max

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a542dac View commit details
    Browse the repository at this point in the history
  3. Changed lengths function of UnitCell to yield vector. Small changes a…

    …ccording to revision.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    d127d6d View commit details
    Browse the repository at this point in the history
  4. Fixed bug which let to wrong (and possibly negative) deltas.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    cd27687 View commit details
    Browse the repository at this point in the history
  5. Added NPT example for argon

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    d203074 View commit details
    Browse the repository at this point in the history
  6. Added test for MC NPT LJ argon. Not working yet.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    6b5c4b9 View commit details
    Browse the repository at this point in the history
  7. Added setup to MC propagator

    small changes
    
    added largest cutoff computation to setup routine
    
    added TODO to skip com computation
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    97922c7 View commit details
    Browse the repository at this point in the history
  8. Changed struct to contain new_system.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    fe85d06 View commit details
    Browse the repository at this point in the history
  9. Some changes to example

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    72dcb7e View commit details
    Browse the repository at this point in the history
  10. Added caching function for resize move. Changed sign in p_tail.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    f12ebfe View commit details
    Browse the repository at this point in the history
  11. Add check in setup to abort simulation when system CellShape is Infin…

    …ite.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    c85f9b1 View commit details
    Browse the repository at this point in the history
  12. Add function that returns a new vector that is wrapped into the simul…

    …ation cell.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    6a198ce View commit details
    Browse the repository at this point in the history
  13. Add function to wrap a molecule using its center-of-mass. Added warni…

    …ng for com functions.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    255978a View commit details
    Browse the repository at this point in the history
  14. Fixed bug in virial and stress computation to account for molecules i…

    …n the system.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a5ce69d View commit details
    Browse the repository at this point in the history
  15. Molecules are now wrapped when a move is accepted. Added comments to …

    …make functions more transparent.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    efc04cd View commit details
    Browse the repository at this point in the history
  16. Added comments.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    16e9b1a View commit details
    Browse the repository at this point in the history
  17. Add restriction to the amplitude for translations in setup and update…

    …_amplitude.
    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    e4ee605 View commit details
    Browse the repository at this point in the history
  18. Added example for TraPPE ethane in the NPT ensemble using MC.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    8a928b2 View commit details
    Browse the repository at this point in the history
  19. Small change to cache due to revision.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    c730288 View commit details
    Browse the repository at this point in the history
  20. Added example for SPCE water.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    6234cb6 View commit details
    Browse the repository at this point in the history
  21. Changes due to revision.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    f11a3e9 View commit details
    Browse the repository at this point in the history
  22. Cleaned up remaining code of removed functions.

    g-bauer authored and Guillaume Fraux committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    fbd15b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Changes due to review.

    g-bauer committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    f21e2a0 View commit details
    Browse the repository at this point in the history