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] u.transfer_to_memory also transfers the box #1537

Closed
wants to merge 6 commits into from

Commits on Jan 5, 2018

  1. u.transfer_to_memory also transfers the box

    This commit makes the memory reader deal with a non-constant box
    dimensions and makes `Universe.transfer_to_memory copy the box in
    addition to the positions.
    
    Until now, only one box was stored in the memory reader, making it
    unpractical for NPT systems.
    jbarnoud authored and kain88-de committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c91601e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775aa33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1007c View commit details
    Browse the repository at this point in the history
  4. Update doc

    jbarnoud authored and kain88-de committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1b40d11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c51d160 View commit details
    Browse the repository at this point in the history
  6. update memory reader api

    kain88-de committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2bf90a2 View commit details
    Browse the repository at this point in the history