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

codes that calculate some static properties #2

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Jul 29, 2023

  1. Add files via upload

    Qilu-Yuan authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8914442 View commit details
    Browse the repository at this point in the history
  2. Create i

    Qilu-Yuan authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    cf32128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43686f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5282231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07df5fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e475bb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d68a70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc157b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebd44af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6cf6d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15946fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35b54c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7dfad67 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88ca4cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81b19f3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4f9900 View commit details
    Browse the repository at this point in the history
  17. Rename PSP.cpp to PSP.cpp

    Qilu-Yuan authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f51cb2f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Add files via upload

    Qilu-Yuan authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0c59aba View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Qilu-Yuan authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7712a15 View commit details
    Browse the repository at this point in the history
  3. Delete i

    Qilu-Yuan authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    aa9da45 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Add files via upload

    Qilu-Yuan authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    eebdbde View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Qilu-Yuan authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7f145bc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Create 1

    Qilu-Yuan authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6ce18aa View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Qilu-Yuan authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    53213bb View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Qilu-Yuan authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d5974e4 View commit details
    Browse the repository at this point in the history
  4. Delete 1

    Qilu-Yuan authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    edf0f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Add files via upload

    I have modified my code which refers to the "fix ave/time" command in LAMMPS. Specifically, I have configured three parameters: Nevery, Nrepeat, and Nfreq. These parameters allow me to select a subset of frames for calculation. For instance, with Nevery set to 2, Nrepeat set to 6, and Nfreq set to 100, the code will choose frames at intervals of 90, 92, 94, 96, 98, 100, and subsequently at 190, 192, 194, 196, 198, 200, and so on. 
    I have changed the way to read the frame. I only read the coordinates which are going to be calculated.
    Qilu-Yuan authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    74ab57e View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    The last PR was wrong, this one is right.
    I have modified my code which refers to the "fix ave/time" command in LAMMPS. Specifically, I have configured three parameters: Nevery, Nrepeat, and Nfreq. These parameters allow me to select a subset of frames for calculation. For instance, with Nevery set to 2, Nrepeat set to 6, and Nfreq set to 100, the code will choose frames at intervals of 90, 92, 94, 96, 98, 100, and subsequently at 190, 192, 194, 196, 198, 200, and so on. 
    I have changed the way to read the frame. I only read the coordinates which are going to be calculated
    Qilu-Yuan authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    86ca39d View commit details
    Browse the repository at this point in the history