-
Notifications
You must be signed in to change notification settings - Fork 0
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
Week 1 discussion #1
Comments
Just for fun. Below I used the following prompt in GPT to finish the 1st version of MD code I want to write a Python code to simulate a system of 864 particles interacting with a I.ennard-Jones potential with epsilon = 120 * kB, sigma = 3.4 Angstrom, and a cutoff distance of R=2.25*sigma. The 864 particles would be placed to a cubic box with a unit length of 10.229 sigma. We will impose a periodic boundary condition. During the time, we don't allow the cell box to change. The initial velocity is generate by following the maxwell distribution at 94.4 K. |
LAMMPS script to setup NVE calculation for the Argon calculation
|
LAMMPS script to setup NVT calculation using Langevin thermostat for the Argon calculation
|
LAMMPS script to setup NVT calculation using Nose-Hoover thermostat for the Argon calculation
|
Here is the place to discuss the issues related to week 1.
The text was updated successfully, but these errors were encountered: